How to get the value from the dropdown to return to the TextBox? The following does not work. You can select the item from list though.
whe开发者_JAVA技巧n im using modal popup extender in asp.net pages i got \"Microsoft JScript runtime error: \'_popupElement.parentNode\' is null or not an object\" this is run time error every time. d
I\'m using AjaxPro & AjaxControlToolkit in my project. My project is normally running on Server 2003 with IIS 6. But when i loaded my project on Server 2008, i\'m getting \"AjaxPro undefined\" err
This should be the simplest thing ever but it will not work. I have a simple asp.net Listbox and for the event OnSelectedIndexChanged I want to launch a javascript function. This works for when i set
So, I\'ve digged the internet in seach on a decent tutorial on howtta use the ReorderList control that comes in the Ajax Tookit. I\'ve made lists that can reorder and such, the problem comes when I wa
i have an asp.net ajax hovermenuextender on a modalpopup panel to display a tip on hover. the problem is the (tip) panel with the hovermenuextender appears below the modalpopupextender in IE8
I have problems with optimizing AJAX Control Toolkit. The specific problem is that 4800 records take about 30 seconds to bind in Internet Explorer (only 2 seconds in Opera & Firefox). I\'ve tried
I have some problems with maintaining scroll position after postback. First time I experienced the problem was when I (believe) added Combobox control from AJAX control Toolkit and/or UpdatePanel from
<ajax:Rating ID=\"rating\" runat=\"server\" MaxRating=\"5\" CurrentRating=\"3.2\" CssClass=\"rstar\" StarCssClass=\"ritem\" WaitingStarCssClass=\"svd\"
Does anyone know why I can\'t add a subclass that inherits a control from AjaxControlToolKit to the ToolKit? I explicitly implemented IComponent which I didn\'t really have to since the ICont开发者_如