protected void gvList_RowDeleting(object sender, GridViewDeleteEventArgs e){Delete row();-------- Here we can write the same code which we suppose to write under Rowdeleted event of gridview then why we are using gridview RowDeleted() event. -----}i have same question for other events like Rowupdating/rowupdated,PageindexChanging/PageindexChanged etc ..Plz plz reply and thnx in advance