Grab this badge here!
protected void GridView1_PreRender(object sender, EventArgs e)
{
if (this.GridView1.EditIndex != -1)
Button b = GridView1.Rows[GridView1.EditIndex].FindControl("Button1") as Button;
if (b != null)
//do something
}
Print | posted on Tuesday, February 17, 2009 5:35 PM |
Powered by:
Copyright © Vincent Maverick Durano