I am writing a condition like:
if (dt > 0)
{
objinvoice.editInvoice(strInvoice, strRenew, strExpiry);
GridView1.EditIndex = -1;
bindGrid();
}
I will have a radio button in gridview if that radiobutton is initially set to false and if the condition is true I would like to set it to true ....