Button Event handler
CodeKeep C# Feed Maggio 27th, 2008
Description: change the name
Link: http://www.codekeep.net/snippets/22f612e6-79b2-449b-8987-2df154c1e48c.aspx
#region event handlers
protected void ButtonEventHandler(object sender, EventArgs e)
{
}
#endregion event handlers






