-
I now has to write an ASP to allow user to input something, (controls and grids on the screen) and then process in the back end. I totally knows nothing about how to do it, what kind of server, IIS/Web/...???
Do anybody can suggest...
1) Any material who have a live example
2) Any books / site describing the architecture between all the server, browser, ASP pages
3) Whether VB custom controls can be used in the ASP pages??
Thank you for any guidance for this blind man.
-
Hey,
try: http://www.asptoday.com
I think they have tutorials there too.
You can use Components written in VB on the server side but you will want to stick to plain HTML on the client to make sure as many browsers as possible can access your page.
-