Newbie: How to start

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

I have a html page with a form. How can I start turning this into an asp.net
page to including validation and submit processing?

Thanks

Regards


Yahya
 
Hey,
Well first things first. Create a web project if you are using Visual
Studio. If not .. you will need to work a bit more and create a virtual
directory and an aspx page. Similar to a normal html page but with lot of
extra tags... Get yourself a good asp.net book.
Now copy the html body and paste it in the aspx file. When you double a html
object like button or image it will be converted to equivalent web control
Have fun learning.. its fun..

Hermit Dave
 
Back
Top