Maybe I am goofy but I can't locate the server side Show() method.
<ajaxToolkit:PopupControlExtender ID="PopupICD9" runat="server" OffsetX="-200" OffsetY="-200" PopupControlID="PanelPopup" Enabled="True" TargetControlID="Button1"> </ajaxToolkit:PopupControlExtender>
On the serverside should I not be able to show or hide the control referencing PopupICD9.Show() ?
Intellisense will not allow this.
Also, in the HTML Intellisense will not allow OnShowing or OnHiding under animations.
This version seems to have different properties and methods than are shown in the documentation on the sample site.
Am I making any sense?