Code snippet for 'protected void MethodName(object sender, EventArgs e)' method
Paul Hayman (2720 views)
Code snippet for 'protected void MethodName(object sender, EventArgs e)' method
When adding a method to handle server events (such as OnClick) I often found myself copying the Page_Load method and changing the name. I looked for a snippet which would create this method for me but had no luck, s
|