ASP.NET - Autopostback Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ananthu
    New Member
    • Sep 2007
    • 87

    ASP.NET - Autopostback Problem

    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....
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    You could use dhtml or ajax to achieve the same result. HTH.

    Comment

    Working...