Skip to content

Instantly share code, notes, and snippets.

@JohnBaek
Last active July 12, 2016 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohnBaek/00a8b0222c4d5d2efc3a8db8c4a8d545 to your computer and use it in GitHub Desktop.
Save JohnBaek/00a8b0222c4d5d2efc3a8db8c4a8d545 to your computer and use it in GitHub Desktop.
C#_OnClientClinto_BaseCode.cs
//Javascript
$("#<%=this.CashDestroyPopup.ClientID%>").click();
//.cs
protected void CashDestroyPopup_Btn(object sender, EventArgs e)
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment