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
bishoe nb
NA
623
80.3k
How can get data from multiple table in data table
Aug 14 2018 9:30 AM
How can get data from multiple table in data table My Method DataTable dt = new DataTable(); dt = RetriveData.executequery("SELectTestmemberbuid",new Parameter ("@MemberID", int.Parse((comboBox1.SelectedValue.ToString())))); textBox1.Text = dt.Rows[0]["ID_user"].ToString(); This method support 1 result from one table
Reply
Answers (
17
)
introduction to class library
how to add one column before generate table