Hello There,
I am attempting to open crystal reports on the web. I have most of the site working but when I attempt to have the Crystal Report Viewer load a document using text in a textbox it throws a file load exception.
If use: doc.Load(@"C:\reportname.rpt");
it works,
but if I use: doc.Load(@"" + textbox1 + "");
It throws an exception.
*textbox1 has the full path e.g. C:\reportname.rpt
Does anyone have any ideas???
Thanks
I am attempting to open crystal reports on the web. I have most of the site working but when I attempt to have the Crystal Report Viewer load a document using text in a textbox it throws a file load exception.
If use: doc.Load(@"C:\reportname.rpt");
it works,
but if I use: doc.Load(@"" + textbox1 + "");
It throws an exception.
*textbox1 has the full path e.g. C:\reportname.rpt
Does anyone have any ideas???
Thanks