<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Webform1.aspx.cs" Inherits="aabhdi.Webform1" %>
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Midhun TpPosted Oct 23, 2016, 12:38 PM
I think you must declare update and delete parameters like below-
<DeleteParameters>
<asp:Parameter Name="ID" Type="Int32" />
</DeleteParameters>
Please have a look at below article too-
http://www.aspsnippets.com/Articles/Insert-Update-Edit-Delete-record-in-GridView-using-SqlDataSource-in-ASPNet.aspx
Manas MohapatraPosted Oct 23, 2016, 11:28 AM
Yogesh VedpathakPosted Oct 23, 2016, 11:08 AM