Click here to Skip to main content
16,012,168 members

Comments by JohnBrittoJ (Top 10 by date)

JohnBrittoJ 14-Jul-14 7:59am View    
Hi I have the same problem. Could you please give me a code snippet of yours that you have solved. So that I could resolve my issue???

Thanks
JohnBrittoJ 17-Aug-12 9:22am View    
Hi thank you....
But this link is for Crystal Report...
I need it for Report Viewer...

I found this link useful for me...
http://social.msdn.microsoft.com/Forums/en-US/vsreportcontrols/thread/99809e0d-b702-4a1d-83e6-26f02ff5e103/

Anyhow Thanks...
JohnBrittoJ 6-Mar-12 0:01am View    
Thank you but I went through all those link and got idea. But the problem is when i try to implement it I could not give reference to the api.
JohnBrittoJ 2-Dec-11 4:37am View    
Deleted
Have a hidden variable or the session variable...
JohnBrittoJ 13-Jul-11 8:19am View    
ya I agree with what you say. I tried that also. But not working.
I found the problem. The problem was with me.That is:

This should have been the connection String:
<appsettings>
<add key="connectionString" value="server=192.168.1.6;User ID=sa;Password=sa;database=databaseName; connection Reset=FALSE;">


But in my connection string '"' was missing at the end:

<appsettings>