ASP.NET Conditionally Change ButtonField text at runTime
- by Rodney Vinyard
ASP.NET Conditionally Change ButtonField text at runTime
<asp:ButtonField CommandName="Edit" HeaderText="" Text="Edit" ButtonType="Link" />
protected void gvRequests_RowDataBound(object sender, GridViewRowEventArgs e)
{
if (e.Row.RowType ==…