Password clearing when page is submitted to server
-
Hi all, In my registraion page,i have to get states list based on country selection,city list based on state selection.Whenver the page is post back the password field is cleared.We are using asp.net 2.0.how to implement ajax concept for dropdownlists?Please come out me from this problem?
-
Hi all, In my registraion page,i have to get states list based on country selection,city list based on state selection.Whenver the page is post back the password field is cleared.We are using asp.net 2.0.how to implement ajax concept for dropdownlists?Please come out me from this problem?
download the setup file for ajax from the site http://ajax.asp.net When you open the .net 2.0 you will see an additional section in the toolbar named Ajax Extensions. 1) Drap and drop the scriptmanager control to page 2) Drap and drop the updatepanel to the page 3) Add combo box inside the updatepanel, then write the coding, Now, only the control inside the updatepanel is refresh. so password field will not be clear. Note:- The web.config file has to be modified for making it to work using ajax, otherwise, the page will work normally i.e entire page is posted to server The sample web.config can be got from the website or from your local machine.