dropdownlist with out page refresh
-
hi, I am using .net 2005 ajax enabled website. It kept two dropdownlist, if I select a value in the first dropdownlist, the value related to that should loaded in the second dropdownlist with out page re-loading(refresh). How to do this without page loading. please help me,
jai prakash
-
hi, I am using .net 2005 ajax enabled website. It kept two dropdownlist, if I select a value in the first dropdownlist, the value related to that should loaded in the second dropdownlist with out page re-loading(refresh). How to do this without page loading. please help me,
jai prakash
You can do that using ICallbackEventHandler interface watch DEMO Source code You can also use CascadingDropDown control Visit Link Best Regard Pathan
please don't forget to vote on the post that helped you.
-
hi, I am using .net 2005 ajax enabled website. It kept two dropdownlist, if I select a value in the first dropdownlist, the value related to that should loaded in the second dropdownlist with out page re-loading(refresh). How to do this without page loading. please help me,
jai prakash
there is feature called AJAX-CascadingDropDown http://www.asp.net/ajax/ajaxcontroltoolkit/samples/Walkthrough/CCDWithDB.aspx[^] and http://aspalliance.com/1183_Creating_a_CascadingDropDown_Using_AJAX.1[^]
Ramana
-
hi, I am using .net 2005 ajax enabled website. It kept two dropdownlist, if I select a value in the first dropdownlist, the value related to that should loaded in the second dropdownlist with out page re-loading(refresh). How to do this without page loading. please help me,
jai prakash
u putt this drop down list in update panel
Piyush Vardhan Singh Senior Software Engineer TAS NewDelhi India
-
hi, I am using .net 2005 ajax enabled website. It kept two dropdownlist, if I select a value in the first dropdownlist, the value related to that should loaded in the second dropdownlist with out page re-loading(refresh). How to do this without page loading. please help me,
jai prakash
jai aswitha wrote:
if I select a value in the first dropdownlist, the value related to that should loaded in the second dropdownlist with out page re-loading(refresh). How to do this without page loading.
Put a UpdatePanel, and drag your drop down control inside to that. You are almost done