Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~484 People Reached
Favorite Forums
Favorite Tags
Member Avatar for vishuhak

please help me.. how should i cancel the editing, and update and delete the row from gridview. by using store procedure. and binding the table column with <asp:BoundField></asp:BoundField>.. here is my Html code. <asp:GridView ID="gridviwtbl" runat="server" AllowPaging="true" ShowFooter="true" PageSize="10" OnPageIndexChanging="GridViewSample_PageIndexChanging" OnRowDeleting="GridViewSample_RowDeleting" OnRowEditing="GridViewSample_RowEditing" AutoGenerateColumns="false" OnRowUpdating="Gridviw_RowUpdating" AutoGenerateEditButton="false" AutoGenerateDeleteButton="false" Width="140px" onselectedindexchanged="gridviwtbl_SelectedIndexChanged" onrowcancelingedit="gridviwtbl_RowCancelingEdit" onrowcommand="gridviwtbl_RowCommand"> …

Member Avatar for YA RAMSAMKER
0
484