/ Published in: C#
Expand |
Embed | Plain Text
Button btn = this.Master.FindControl("btnSave") as Button;
You need to login to post a comment.
housecor on 11/02/10
1 person have marked this snippet as a favorite
Button btn = this.Master.FindControl("btnSave") as Button;
You need to login to post a comment.