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
Memento
NA
111
133.3k
c# winforms DataGridView and stringArrays.
Jun 4 2012 9:18 AM
c# winform
I want to create a stringArray from DataGridView.SelectedCells
Each cell has only one character.
Then: MessageBox1.Show(first four members of the array);
And: MessageBox2.Show(the rest of members).
For example:
If I select 1 2 3 4 5 6 7, MsgBox1 is: 1 2 3 4 and MsgBox2 is: 5 6 7.
If I select 2 3 4 5 6 7 8 9, MsgBox1 is: 2 3 4 5 , and MesBox2 is: 6 7 8 9 .
Any idea about coding, please
Reply
Answers (
3
)
Crystal Reports the Data not In One Row
c# running exe through batch gives file not found.