Click here to Skip to main content
16,009,598 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In a form I used dropdownlist ,

I used a two dropdownlist.
I need to select an item from dropdownlist1, then its corresponding some details
show in dropdownlist2.
I implemented it by set Autopost back=True.
But when I select an option the page will reload, so it is very slow.
How to avoid this problem.
Posted

vipinsethumadhavan wrote:
But when I select an option the page will reload, so it is very slow.


What about using Ajax?
 
Share this answer
 
u have to do the partial updating for this use AJAX. already one person has given awnser.
 
Share this answer
 
You can use JQuery and Json with Webservice to populate another dropdownlist on the base of selected value in the first dropdownlist.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900