I want to call two functions on button click I tried like this
<asp:Button ID="Button2" runat="server" Font-Bold="False" onclick="tableShow();Unnamed1_Click" Text="Search"
Width="63px">
I want to call two functions on button click I tried like this
<asp:Button ID="Button2" runat="server" Font-Bold="False" onclick="tableShow();Unnamed1_Click" Text="Search"
Width="63px">