Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Experts,

I have three drop downs and its something like cascading drop downs.
ddl1 is selected and based on that ddl2 will bind and if ddl2 is selected ddl3 will bind. But binding is taking time because of huge data. Is there a way to show that my drop down in loading. Not Jquery dialog. I want to show Loading... in ddl2 till it gets bound and similarly ddl3 also

Can anyone tell me how to achieve this?
Posted
Comments
ZurdoDev 3-Mar-15 11:54am    
Depends on what control you're using for the drop down. Also, you could always do an overlay on the whole screen using a nice jquery plugin.
sudevsu 3-Mar-15 11:59am    
Ok I am using asp:dropdownlist now can you tell me how will I achieve as said above
CHill60 3-Mar-15 12:10pm    
If you are loading huge amounts of data into a dropdown then your users will find it difficult to use - see advice on dropdowns[^]
sudevsu 3-Mar-15 12:12pm    
Yeah its not that huge but it is taking time. So I want to show ddl2 as loading till it gets bound. Can you tell me how?
Subramanyam Shankar 6-Mar-15 1:58am    
Hi,

Can you take a look at bootstrap.js. you can achieve it using bootstrap.js or Jquery Animation. bootstrap has specific controls which are made for this purpose.

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