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
Ashok K
NA
96
13.6k
Getting input from Gridview
Apr 12 2019 7:58 AM
In my database -
Header table : Header_Id, Header_Name ,
Sub Header table : Header_id, Sub_Header_Id, Sub_Header_Name,
Daily entry table: Entry_id, Header_id, Sub_Header_Id, Entry_Date, Amount
In
Asp.net C#
daily entry page: User will select Date and Header from dropdownlist, I bind Gridview with respected sub header detail with amount(to get input from user) as template field column.
I want to save this gridview data in Daily entry table, by click Save button from outside gridview.
I tried to save by using Viewstate and save all gridview record at once, but getting error.
Kindly suggest me to achieve this.
Reply
Answers (
3
)
Make a title of the field goes over the field: asp MVC/Razor
In 3-tier architecture, populate textboxes from database