Thursday, September 6, 2007

Handling row edit Event in dataGrid


protected void gvProductionDocumentList_RowEditing(object sender, GridViewEditEventArgs e)

{

Response.Redirect("WashingEdit.aspx?Id=" + gvProductionDocumentList.DataKeys[e.NewEditIndex].Value, false);

}

No comments: