I am developing a web application. At the login page a user(taxpayer) keys in his username which is actually a tax identification number. I have a database of all registered taxpayers. Once the user logs in, I want his tax identification number to be displayed
on subsequent pages that he will visit(usually in asp textboxes where he is to provide such identification number again). I also want his name and other relevant information to be automatically loaded into any required text fields on each page where necessary.
Sparkles2012
Member
2 Points
4 Posts
Passing values between asp.net pages
Apr 28, 2012 08:00 PM|LINK
Hi
I am developing a web application. At the login page a user(taxpayer) keys in his username which is actually a tax identification number. I have a database of all registered taxpayers. Once the user logs in, I want his tax identification number to be displayed on subsequent pages that he will visit(usually in asp textboxes where he is to provide such identification number again). I also want his name and other relevant information to be automatically loaded into any required text fields on each page where necessary.