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
eli
NA
22
0
From database to a datagrid
Jul 31 2007 5:40 AM
Hi
I want to move the data in a cartein
table to a DataGrid.
What im doing right now is using the:
dataGridView1.DataSource = dataset.Tables[0];
And its adding rows and columns automaticly according to the data base.
(including the headers)
I dont want to do it like that,
i want to design manualy the DataGrid at the beginning.
and then just put the data inside my designed
datagrid, without changing anything or add anything, and without the Headers.
(i want to make my own headers)
How can i do that ?
[im using visual c# with Pervasive.SQL 8]
Thanks.
Reply
Answers (
1
)
Problem with Creating Account Using WindApp. Form
C# DataGridView & Scrollbar position setting problem