Click to See Complete Forum and Search --> : Article Questions


hooloovoo24
04-04-2005, 01:28 PM
http://wdvl.internet.com/Authoring/ASP/FormHandling/index.html

I was reading this article today, trying to figure things out for my site. As I have said many times before when talking about Scripting, I really know nothing. I'm on a Windows server, and just want to make sure that this will be a good way for me to handle my forms. Thank you for helping! :D

stillLearning
04-04-2005, 08:15 PM
It will work, it's pretty much the way most ASP is done especially during the learning period. As with HTML and scripting, ASP does have a great deal of flexibility and can be done many different ways.

You'll most likely find that as you continue with ASP, you learn a technique and stumble across some alternate method that is easier to use or has more flexibility and update your techniques accordingly.

I have found (the hard way) that a bit of planning prior to starting any ASP project that will make the entire project easier. Try and create a naming convention before you get started, build templates and style sheets, et cetera et cetera.

hooloovoo24
04-05-2005, 12:31 PM
Thanks so much for your help!