اين كد رو توي event RowDataBound قرار بده
GridViewRow row = e.Row;
if (row.DataItem == null)
{
return;
}
Label label1 = (Lable)row.FindControl("mylabale");
اين كد رو توي event RowDataBound قرار بده
GridViewRow row = e.Row;
if (row.DataItem == null)
{
return;
}
Label label1 = (Lable)row.FindControl("mylabale");