Click here to Skip to main content
15,892,804 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
1) First i did add a dataset to mine web,
2) Than i did add a table in dataset,
3) Than idid add coloum to table
4) Than i did crystal report to project
5) but when i am selecting table from ado.netobjects than dataset is coming but datatable is not coming which i did make in dataset which is showing.
kindly help me.its urgent
Posted
Comments
Deepu S Nair 20-Nov-14 2:54am    
can you please post your code

1 solution

Hi, use the code for getting table from data set :

DataTable firstTable = dataSet.Tables[0];

Help link : http://stackoverflow.com/questions/8983277/how-to-convert-dataset-to-datatable[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900