B
bbawa1
It is giving me error that input string is not in proper format.
What's wrong.
protected void GridView1_RowDataBound(object sender,
GridViewRowEventArgs e)
{
if (Convert.ToInt32(e.Row.Cells[2].Text) >=13)
{
e.Row.Cells[0].Text = "Hello" }
}
What's wrong.
protected void GridView1_RowDataBound(object sender,
GridViewRowEventArgs e)
{
if (Convert.ToInt32(e.Row.Cells[2].Text) >=13)
{
e.Row.Cells[0].Text = "Hello" }
}