April 22, 2009 at 7:31 am
Hi,
I have an application where i am calling a report using ReportViewer in a aspx page. Upon clicking on Row in the report it should open an other aspx page. i am using the following javascript to jump to the URL
="void(window.open('http://ServerName:8030/Page.aspx?id=Fields!ID.Value'))"
when i click on a row, an IE window will open and an error will be thrown saying
Server Error in '/' Application.
--------------------------------------------------------------------------------
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: Page.aspx
Do i need to make changes to the deployed application?
The Expected behavior is to open the aspx page from Report.
Please do the needful.
Thanks in Advance.
April 24, 2009 at 7:57 am
I've used the following expression in the Jump To URL Navigation property to open a PDF. It shouldn't be too hard to add a value to fire your page.
[font="Courier New"]="jav ascript:void(window.open('https://www.ourpublicsitename.com/secure/resources/Fiscal_Calendar.pdf','_blank'))" [/font]
(I had a little trouble getting the word j a v a s c r i p t to appear, so be sure to remove the space to make that line coherent.)
EDIT: I just realized you might want to use the same window and this opens a separate one. I think dropping the _blank parameter might do it, but there's a chance I may just be solving the wrong problem.
[font="Arial"]Are you lost daddy? I asked tenderly.
Shut up he explained.[/font]
- Ring Lardner
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply