Using Auto-Postback with CascadingDropDown
The CascadingDropDown control in the AJAX Control Toolkit extends a DropDownList control so that changes in one DropDownList loads associated values in another DropDownList. However when using the CascadingDropDown control, ASP.NET’s DropDownList control’s AutoPostBack feature does not work, since asynchronously loading data into the list generates an (unnecessary) postback itself. With some JavaScript code, this effect can be avoided.

Read Full Story at http://www.asp.net

comments Discuss   recommend Tell a friend   addto Bookmarks  Extra Information Extra 

Avatar Dreamer submitted 215 days ago
Related sources
1 votes Presetting List Entries with CascadingDropDown
1 votes Droppy | jQuery Plugins
1 votes Autotab: jQuery auto-tabbing and filter plugin
1 votes Microsoft to build on auto unit
1 votes Drag & Drop for Images and Layers

Comments


Log in to comment or register here.