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
Samio
NA
201
176.4k
Datagridview - How to update programatically a hidden column in C# winforms.
May 13 2012 4:48 PM
Datagridview1 contains 3 columns.
1st : ID
2nd : Name
3rd : ModifiedDate
third column is hiden
I would like to update automatically the hidden column (Modified Date) each time I modify the Second column value (Name)
Something is wrong with the next :
dataGridView1.CurrentRow.Cells(2).Value = dateTime.Now;
MyEntities.SaveChanges();
Thank you in advance.
Reply
Answers (
13
)
Data Set
ASP Retrieving Specific Result from MS Access