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
john sathish
NA
3
0
assign the datatable value into datatable of the dataset
Jul 15 2010 12:42 PM
dear friends i am doing a desktop application for my company.
Actually i need to display some content in windows report.I have a dataset and a datatable(reporttable) with in dataset.I use this dataset as source of the report.
Query = "SELECT Item_Description,Stock FROM Inventory_Control";
.
.
.
public DataTable table = new DataTable();
LogInDBAdapter.Fill(table);
from the filled table i need to get the data for the dataset(datatable-reporttable)
kindly help me complete this project.
Thank you
Reply
Answers (
3
)
Need resume extractor for C#.net application
Understanding Objects and their use in development