hello,
i need to reach the controls of a crystal reports viewer which is shown in webbrowser control. this viewer is a javascript object.
the server needs authentication. i used wireshark to find an url, after playing with this url i managed to reach some .asp files which were sent to me by server as download.. when i open these .asp files with notepad++, i can see the sentences and numbers from report i am on to but it is a mixture of unknown letters :) can you please help me to reach controls of the crystalviewer in webbrowser control, or to download a .rpt file or at least to set this url as a reportsource for a crwiever control?
i added an image,the .asp files,html source code of reportviewer
http://i49.tinypic.com/2d9ec03.jpg
https://rapidshare.com/files/2308699995/show_report.htm (source html)
https://rapidshare.com/files/802050842/RDCrptserver11.asp (.asp file 1)
https://rapidshare.com/files/2504205255/RDCrptserver112.asp (.asp file 2)
http://reportsnc.meb.gov.tr/raporlar/RDCrptserver11.asp?viewer=java&vfmt=encp&vgen=324&pversion=3&language=tr-TR&promptOnRefresh=1&cmd=get_pg&page=2&incomplete_page=1&incomplete_page_count=1&smart_images=1 (server url)
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="100%" height="100%" codebase="http://reportsnc.meb.gov.tr/raporlar/viewer/JavaPlugin/Win32/jre-6u17-windows-i586-s.exe#Version=1,6,0,0" ID="CRViewer" <param name=type value="application/x-java-applet;version=1.6"> <param name=code value="com.crystaldecisions.ReportViewer.ReportViewer"> <param name=codebase value="http://reportsnc.meb.gov.tr/raporlar/viewer/JavaViewer/"> <param name=archive value="ReportViewer.jar"> <param name=Language value="tr_TR"> <param name=ReportName value="http://reportsnc.meb.gov.tr/raporlar/RDCrptserver11.asp"> <param name=CanDrillDown value="true"> <param name=HasPrintButton value="true"> </OBJECT>