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
Corey Fleig
NA
1
0
How to use SqldataAdapter with DataGridView
Sep 30 2016 4:42 PM
I came across a project from years ago that uses Datatable and DataSet, predefines the DataTable with DataColumns, and populates it using a SqlDataAdapter and SqlCommandBuilder.<div> </div><div>Thing is, when I load the dataset, the DGV shows empty columns from the DataColumns definitions, and then shows the same columns all over again as they came from the SqlDataAdapter.</div><div> </div><div>In other words, all the columns are <u>duplicated</u>.</div><div> </div><div>I can't seem to remember what I did years ago to show just the one set of columns, not both.</div><div>Any thoughts?</div><div> </div><div>Thanks for any response!</div><div> </div>
Reply
Answers (
1
)
An exception of type 'Microsoft.SharePoint.Client.ServerExce
windows form solution