AjaxControlToolkit Work Item is the #7 Blogger for Ajax
As you can verify in the the demo on the toolkit sample page (http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ComboBox/ComboBox.aspx) when you press the down or up arrow and scroll past the bottom or top of the list, the selected item goes outside the scrollable area for a few items...
Back in the browser, the JavaScript used to handle the Ajax response gets invoked and we replace the old content area with the new stuff. It would be great if we were done at this point, however, this strategy requires each link (and button click) to be converted into an Ajax request -- so we i...
Thu, Dec 10 | from Sun Bloggers