calling two functions on asp.net button onclick

Viewed 42447

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">
3 Answers
Related