how to make a Gridview editable / ie. a user can modify the contents of the particular row by clicking on that row ?
What v write in this Event ??
and is this sufficient to make a grid editable??
protected void GridView1_RowEditing(object sender, GridViewEditEventArgs e)
{
e.NewEditIndex
}
Plz...help me out with proper code....am at my wits end searching for it :(
cya
Rohan