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
Swapnil S
NA
37
9.1k
how to show data using two table in c# .net
Oct 14 2018 3:12 AM
how display data using two table i am use one text box and one button and one datagrideview and two table i am use following query SqlDataAdapyer asdf= new sqldataadapter("select * from sem1,sem2 wher cid=''"+textbox1.text+"",con); datatable dt = new datatable; dt.Fill(dt); Gridviewer.datasource=dt; but data show only sem1 in datagrideview.
Reply
Answers (
1
)
Show any csv file to DataGridView in WinForm
what gets printed x = {}print type(x)