Return to Snippet

Revision: 35057
at November 2, 2010 00:55 by housecor


Initial Code
Button btn = this.Master.FindControl("btnSave") as Button;
btn.Click += new System.EventHandler(Save);

Initial URL


Initial Description


Initial Title
Bind click event from button in masterpage from a page that implements the master

Initial Tags


Initial Language
C#