S
Stuart Shay
Hello All
I am working on ASP.NET 1.1 Custom Pager that allows a User to Enter a
Number in a TextBox and go to the page selected.
Since the OnClick Event does not work in ASP.NET 1.1 for a TextBox
I want to use a hidden button to fire when the Onclick Event is fired for
the TextBox.
How do I Set the Textbox so it will fire the btnPager or Server Side Event ?
<asp:textbox id="txtPageCount" OnClick=" *** Fire btnPager/Server Side Event
***" runat="server"></asp:textbox>
<asp:Button ID="btnPager" Visible="False" Runat="Server"></asp:Button>
Thanks
Stuart
I am working on ASP.NET 1.1 Custom Pager that allows a User to Enter a
Number in a TextBox and go to the page selected.
Since the OnClick Event does not work in ASP.NET 1.1 for a TextBox
I want to use a hidden button to fire when the Onclick Event is fired for
the TextBox.
How do I Set the Textbox so it will fire the btnPager or Server Side Event ?
<asp:textbox id="txtPageCount" OnClick=" *** Fire btnPager/Server Side Event
***" runat="server"></asp:textbox>
<asp:Button ID="btnPager" Visible="False" Runat="Server"></asp:Button>
Thanks
Stuart