Logo 
Search:

Asp.net Answers

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds
  Question Asked By: Bryant Smith   on Jan 27 In Asp.net Category.

  
Question Answered By: Esayas Beshah   on Jan 27


Try this code sample:
<asp:Button ID="cmdIvoke" runat="server" onclick="cmdIvoke_Click" OnClientClick="alert('client side invoked');return true;" Text="Invoke Both" />

You can control the execution of the server side code by the return value, true means continue executing the server side handler code.

Share: 

 
 


Tagged: