|
Currently i am doing a login page.. i have difficulty in passing the argument from one form to another form..
Example :
i have txtUsername.text in login.aspx form.. it is where the user key in their username.. After the login is successful, it jumps to another form called profile.aspx.. What i want to do is to retrive the user's profile from the database.. In order to do that, i need to retrieve the txtUsername.text in the login page from the profile page...
Anybody can help me? How to retrieve the string that the user type in txtUsername.txt in the first page from the second page?
By the way, i am using C#.net to do it...
Thanks for ur help ^_^
|
|
|
I created a full blown .asp login script, check it out it may help you.get it at www.clanmansoftware.com
|
|
|
Thanks...i manage to do it
|
|
|
|
|
|
|
|