Click here to Skip to main content
15,886,075 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
After adding dataset to my project i am adding crystal report to my project when i clicking on ado.net objects after click on data set showing no data found kindly help me
Posted
Comments
Shweta N Mishra 12-Dec-14 11:22am    
what you have tried, put your code and data sample

1 solution

have look on your Web.config page ensure that there is a connectionstring like below
XML
<connectionstrings>
       <add name="XtestConnectionString" connectionstring="Data Source=PC-223\SQLEXPRESS2012;Initial Catalog=Xtest;Persist Security Info=True;User ID=sa;Password=12345">
           providerName="System.Data.SqlClient" />
   /xml></add></connectionstrings>
 
Share this answer
 
v2

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



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