Updatepanel not working in createuser wizard
-
i hav three dropdown list country,state and city with out update panel my password will erased and if i use update panel my state ddl is not filter by country i already googled but i my organization all other sites are blocked only asp.net and cp is runnin.........:mad: :( plz help..........:confused:
-
i hav three dropdown list country,state and city with out update panel my password will erased and if i use update panel my state ddl is not filter by country i already googled but i my organization all other sites are blocked only asp.net and cp is runnin.........:mad: :( plz help..........:confused:
bhavnvyas wrote:
i hav three dropdown list country,state and city with out update panel my password will erased and if i use update panel my state ddl is not filter by country
I didn't get your question. can you please rephrase the question ?
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
bhavnvyas wrote:
i hav three dropdown list country,state and city with out update panel my password will erased and if i use update panel my state ddl is not filter by country
I didn't get your question. can you please rephrase the question ?
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
thnx for rep........:rose: in my application i have user detail fields like user name password city state and country in this i hav to maintain password text even after page load. my page loades when i select Country India from India state dropdown list will bind and same for city so now INDIA>MAHARASTRA>PUNE but due to this my password field will be erased.:confused:
-
thnx for rep........:rose: in my application i have user detail fields like user name password city state and country in this i hav to maintain password text even after page load. my page loades when i select Country India from India state dropdown list will bind and same for city so now INDIA>MAHARASTRA>PUNE but due to this my password field will be erased.:confused:
Try this: Take 2 update panels. Put all user details related controls in one update panel and password related controls in second one. In this way, when you select an item from drop down list only the first update panel will refresh.