10 TIPs - To Become a Good Developer/Programmer
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Nitish Kumar Mishra
1.8k
298
2k
Select, Add, Update, and Delete Data in a ASP.NET GridView
Apr 18 2019 6:16 AM
I am working on a gridview1. This gridview is binded to more then 100 table
and displaying data correctly.
gridview1
<asp:GridView ID="gvIPMSDetails" runat="server" />
<Columns>
<asp:CommandField ShowEditButton="True" />
<asp:CommandField ShowDeleteButton="True" />
</Columns>
</asp:GridView>
but problem is , i am unable to purform insert ,update ,delete task.
how should i revolve this.
Note:-Tables doesn't have primery key .some table have rowid(not all).
Cant change table structure at any cost.
eagerly waitng for the response.
Thanks in advance
Reply
Answers (
5
)
dropdown list related
send email using Javascript and MVC