Hi Everyone,
I am (almost) totally new to ASP.net and have been tasked to create a new site for the company. I'm trying to create a user profile form that adds records directly into an existing DB. Think data collection form that is beyond the standard login fields. From what I gather the gridview, dataview, formview controls won't quite cut it.
To the best of my knowledge Visual Studio does not offer a nifty wizard for ASP.net sites (only for projects and ASP apps). My only thought is to add labels/ textboxes to the form (or master page), point the textboxes to the appropriate source and then create a button that saves the data to the DB. Agreed, or is there any easier method?
Thanks,
Dave