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
yokzu
NA
306
0
Adding 2 columns on datagridview
Nov 12 2009 10:22 AM
Hi.
I am showing a column on a datagridview. The codes are below;
DataTable table_nmrlr = new DataTable();
adapter_nmrlr.Fill(table_nmrlr);
...
dataGridView3.DataSource = table_nmrlr;
First column has 10 row. Then I want to show another column on datagridview on under the other. I mean the second column must start at 11.th row. But I couldnt do this. There should be 2 column on the same datagridview's column. How can I do this?
Reply
Answers (
4
)
how to protect Software CD from the Client
Projects