HOW TO FETCH DATA ASYCHRONOUSLY ASP.NET2.0 c#
-
i am using asp.net 2.0 ,C# Acually i am facing issue of speed as database server is remote . I want to know how to fill data asynchronously to one dropdownlist based on other dropdownlist. Is this approach improve the perfomance please suggest Thank you.
regards imran khan
-
i am using asp.net 2.0 ,C# Acually i am facing issue of speed as database server is remote . I want to know how to fill data asynchronously to one dropdownlist based on other dropdownlist. Is this approach improve the perfomance please suggest Thank you.
regards imran khan
mohd imran abdul aziz wrote:
I want to know how to fill data asynchronously to one dropdownlist based on other dropdownlist.
You would use ASP.NET AJAX[^] to do this. Information tutorials are available at the address I gave you.
Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush
-
i am using asp.net 2.0 ,C# Acually i am facing issue of speed as database server is remote . I want to know how to fill data asynchronously to one dropdownlist based on other dropdownlist. Is this approach improve the perfomance please suggest Thank you.
regards imran khan
I'm assuming that you are using the ASP.NET AJAX library, and that you're attempting to perform your drop-down manipulation on the client side. If that is the case, then you may wish to have a look at the AJAX Control Toolkit's Cascading DropDown[^] control. If I understand your post correctly, it does exactly what you're looking for. As to whether it will improve performance or not, that is difficult to say. As with anything performance related, its much wiser to measure and not to speculate. Hope that helps. :)
--Jesse
"... the internet's just a big porn library with some useful articles stuck in." - Rob Rodi
-
i am using asp.net 2.0 ,C# Acually i am facing issue of speed as database server is remote . I want to know how to fill data asynchronously to one dropdownlist based on other dropdownlist. Is this approach improve the perfomance please suggest Thank you.
regards imran khan