Click here to Skip to main content
16,019,107 members

Comments by SreerangaPrasad sane (Top 5 by date)

SreerangaPrasad sane 26-Dec-14 7:16am View    
Done
SreerangaPrasad sane 26-Dec-14 6:32am View    
I updated Question once check it
SreerangaPrasad sane 26-Dec-14 6:18am View    
@king fisher I attached My code below can u check once
SreerangaPrasad sane 10-Dec-14 7:34am View    
iam geting this error

Object reference not set to an instance of an object.
SreerangaPrasad sane 10-Dec-14 6:55am View    
@/\jmot its not working
Iam calling this script from code behind..
<pre lang="c#">

protected void gridstudent_RowCancelingEdit(object sender, GridViewCancelEditEventArgs e)
{
GridViewRow row = gridstudent.Rows[e.RowIndex];
int index = row.RowIndex;
gridstudent.EditIndex = -1;

ScriptManager.RegisterClientScriptBlock(this, GetType(), "none", string.Format("fcheck('{0}');", index), true);



}

</pre>