/ Published in: C#
Expand |
Embed | Plain Text
public class MyCustomBasePage: System.Web.UI.Page { protected override void OnInit(EventArgs e) { //your logic here. base.OnInit(e); } }
You need to login to post a comment.
housecor on 09/09/10
2 people have marked this snippet as a favorite
public class MyCustomBasePage: System.Web.UI.Page { protected override void OnInit(EventArgs e) { //your logic here. base.OnInit(e); } }
You need to login to post a comment.