|
-
Dec 14th, 2012, 05:21 AM
#1
Thread Starter
Member
Modifying default ASP.net template
OK first of all this is my first time delving into ASP(Winform is my normal area) so please bare with me.
I'm playing around and created a new Web Form project and trying to make way with the default template. I've created the pages I need but trying to leverage the existing membership pages and ASPNETDB.
I'm having trouble grasping how the asp pages are connecting to the database(and thus make my own changes). I cannot see any SQL syntax in the aspx pages or the code behind? I can tell the project is making use of the stored procedures but where is the actual connection configured or the command that is being run, for example when the "create" button is pressed on the CreateUserWizard control. Looking at the createUserWizrd I cannot see any adapters it might be using?
Perhaps my mindset is trying to apply, tableadapter and datasets way of working to asp controls. All the information and tutorials I'm looking at, seem to bypass the connection to the database and somehow there controls are 'taking care' of the I/O to the database.
So if I wanted to add an additional field to the createwizard process, what do I need to do? Alter the db and the stored procedure, then?
Any help appreciated.
Please mark your thread as Resolved; it helps identify which posters still require assistance and keeps things nice & tidy 
Acknowledge a helpful post; keeps the community going 
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|