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
Mada Black
NA
67
3.1k
Display date now in the whole gridview column
Apr 15 2020 10:30 AM
Hello Forum
Hello every one
Please Gentelman if you can help me to resolve this problem
I have this code
to do the whole column number 8 of DataGirdView1 in datetime type
For
M
As
Integer
= 0
To
DataGridView1.Rows.Count - 1
DataGridView1.Rows(M).Cells(8).Value =
Date
.Now
Next
But now i change DataGridView with GridControl .. but this code
does not work correctly
For
M
As
Integer
= 0
To
GridView1.RowCount - 1
GridView1.GetRowCellValue(M).Columns(8) =
Date
.Now
Next
Thank you in advance for help
Cordially
MADA
Reply
Answers (
4
)
How to split intersected Labels in Windows Forms C#.Net?
Cross Site Script Persistent Error for XmlDocument in VB.Net