TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
Forums
Monthly Leaders
Forum guidelines
Nitish Kumar Mishra
1.4k
303
3.6k
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