Browse by Tags

All Tags » asp.net » ajax (RSS)
Had a instance where I needed to close the Popup Control with JavaScript 1: < ajax:PopupControlExtender ID ="pceShowPanel" runat ="server" 2: TargetControlID ="showPanel" 3: PopupControlID ="popupPanel" 4: BehaviorID ="popupBehavior" 5: /> .csharpcode...
I recently updated an application to the latest version of the Ajax Control Toolkit and my AutoComplete Extender broke. It was returning the list fine. but in the dropdown the only values showed were undefined. Not cool. But after some research I changed...
More Posts