antonio622
Programmer
I'm back to ASP.net programming. Ive been writing games in DirectX for about 6 years and got away from Database programming. Before that I used the old ASP and now I am new to ASP 2.0 which I believe is a different animal.
This post is about sending WebForm data from one .aspx page to another.
I'm just wondering how most ASP programmers are accomplishing this:
I have a Login page where existing users can log in or create a new user account.
(These variables are WebForm Controls)
How can I transfer this data to another .aspx page which recieves the WebFormsControl.text and searches the Database.
How are most of you accomplishing this? I read in one article that ASP.net doesnt recommend or even support this.
I find it very hard to believe because I know that most websites that contain a database structured interface exist of many pages that direct the user to multiple pages.
This post is about sending WebForm data from one .aspx page to another.
I'm just wondering how most ASP programmers are accomplishing this:
I have a Login page where existing users can log in or create a new user account.
(These variables are WebForm Controls)
How can I transfer this data to another .aspx page which recieves the WebFormsControl.text and searches the Database.
How are most of you accomplishing this? I read in one article that ASP.net doesnt recommend or even support this.
I find it very hard to believe because I know that most websites that contain a database structured interface exist of many pages that direct the user to multiple pages.