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
bdesh tiger
NA
4
0
datagridview data read
Jun 8 2009 5:16 PM
Hi all, I have very silly question.
To read data from gridview:
string lsvalue1 = datagridview1[0 , 0].Value.ToString();
it reads column1, row1 data from gridview. What the syntax if i want column0,selectedrow data? for example string lsvalue1 = datagridview1[0 , currentrow????command].Value.ToString();
Cheers
BT
Reply
Answers (
1
)
C# reading tables from a word document
Problem uploading a file to servlet