Link to home
Start Free TrialLog in
Avatar of syedasimmeesaq
syedasimmeesaqFlag for United States of America

asked on

ASP.Net seto by step instructions for multi-step forms

This is my first time developing asp.net application. I have downloaded sql express, visual web developer and visual basic studio. I need to make a form that sends data to SQL sevrer. I have done that numerous times using other platforms but this is first time on asp.net and I am overwhealmed.
So can someone guide me step by step how to do that. I have basic knowledge of VB.
Thanks
Avatar of syedasimmeesaq
syedasimmeesaq
Flag of United States of America image

ASKER

A step by step tutorial (nice one) building a web form using visual web developer 2005 or 2008 would do too
Have a look at the videos provided by Microsoft   http://www.asp.net/learn/videos/

Once you get the hang of the Page PostBack, you can hide each set of controls (for each form step) in a Panel or PlaceHolder object, then read them all back at the end.
ASKER CERTIFIED SOLUTION
Avatar of hemaldesai
hemaldesai
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
hemaldesai:
thank you for posting. I am going through tutorials right now
Thanks