Hi
I have one textbox for getting password and after that i have one dropdownbox for getting user type. I have set the dropdownbox autopostback property to true because after changing the user type,i am displaying another hidden textbox for getting noticeid.
So when the post back occurs after selecting the user type, the password which i have types gets cleared and i am pushed to enter the password field again.
I know it is because of postback to the server, the password field gets cleared. But i don't want the password field to be cleared.
How can i solve this problem?
Please help me....
I have one textbox for getting password and after that i have one dropdownbox for getting user type. I have set the dropdownbox autopostback property to true because after changing the user type,i am displaying another hidden textbox for getting noticeid.
So when the post back occurs after selecting the user type, the password which i have types gets cleared and i am pushed to enter the password field again.
I know it is because of postback to the server, the password field gets cleared. But i don't want the password field to be cleared.
How can i solve this problem?
Please help me....
Comment