Click here to Skip to main content
15,917,610 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow do I format the export of Formview data to Excel Pin
Member 109587798-Mar-15 15:34
Member 109587798-Mar-15 15:34 
AnswerRe: How do I format the export of Formview data to Excel Pin
Member 109587799-Mar-15 17:34
Member 109587799-Mar-15 17:34 
QuestionMail Comes On My Interface Pin
Member 93756507-Mar-15 23:09
Member 93756507-Mar-15 23:09 
GeneralRe: Mail Comes On My Interface Pin
Kornfeld Eliyahu Peter8-Mar-15 0:01
professionalKornfeld Eliyahu Peter8-Mar-15 0:01 
AnswerRe: Mail Comes On My Interface Pin
Richard MacCutchan8-Mar-15 2:12
mveRichard MacCutchan8-Mar-15 2:12 
Question3D Image in asp.net webforms Pin
BISGroup6-Mar-15 1:40
BISGroup6-Mar-15 1:40 
AnswerRe: 3D Image in asp.net webforms Pin
F-ES Sitecore6-Mar-15 2:34
professionalF-ES Sitecore6-Mar-15 2:34 
GeneralRe: 3D Image in asp.net webforms Pin
Dave Kreskowiak6-Mar-15 13:14
mveDave Kreskowiak6-Mar-15 13:14 
QuestionManually Coding an Edit, Update, Cancel Button in Gridview Asp.net Pin
Robmyel Padrinao5-Mar-15 20:05
Robmyel Padrinao5-Mar-15 20:05 
AnswerRe: Manually Coding an Edit, Update, Cancel Button in Gridview Asp.net Pin
deepankarbhatnagar10-Mar-15 23:02
professionaldeepankarbhatnagar10-Mar-15 23:02 
QuestionHandling Active Links which redirect to another report in reports using Report Viewer Pin
Kandepu Rajesh4-Mar-15 11:17
Kandepu Rajesh4-Mar-15 11:17 
AnswerRe: Handling Active Links which redirect to another report in reports using Report Viewer Pin
Kandepu Rajesh5-Mar-15 5:26
Kandepu Rajesh5-Mar-15 5:26 
GeneralRe: Handling Active Links which redirect to another report in reports using Report Viewer Pin
Richard MacCutchan5-Mar-15 6:48
mveRichard MacCutchan5-Mar-15 6:48 
AnswerRe: Handling Active Links which redirect to another report in reports using Report Viewer Pin
jkirkerx5-Mar-15 7:47
professionaljkirkerx5-Mar-15 7:47 
GeneralRe: Handling Active Links which redirect to another report in reports using Report Viewer Pin
Kandepu Rajesh5-Mar-15 8:19
Kandepu Rajesh5-Mar-15 8:19 
GeneralRe: Handling Active Links which redirect to another report in reports using Report Viewer Pin
jkirkerx5-Mar-15 9:06
professionaljkirkerx5-Mar-15 9:06 
What kind of report server is it? This one
https://msdn.microsoft.com/en-us/library/ms157231.aspx[^]

I think that was poor planning on whoever created the report server and the reports in them.

Guess your just calling a report from the report server, and the report server generates the links in the report.

I would have to see the HTML in the browser, to inspect the format, and then decide what to do.

You could write a JQuery script to load when the dom is ready, and find all the A elements, and loop and inspect to finds the ones you want to change, and change the href attribute value.

If the web server and report server are on the same network, and the reports work, but the access links are different to the public, you should be able to change the links in the report server so all can access it, and the reports generate a new link.
You still didn't give samples of the links, you could just fix the DNS record for it.

But why is this your problem? Your a programer that write code, makes web sites. Unless your the one that made the report server and all the reports.

Maybe this will help
http://stackoverflow.com/questions/12607920/how-to-open-ssrs-report-from-asp-web-page-using-report-viewer[^]
QuestionIs Office required to have installed on the machine with Interop dll? Pin
sudevsu3-Mar-15 7:56
sudevsu3-Mar-15 7:56 
AnswerRe: Is Office required to have installed on the machine with Interop dll? Pin
F-ES Sitecore3-Mar-15 8:06
professionalF-ES Sitecore3-Mar-15 8:06 
AnswerRe: Is Office required to have installed on the machine with Interop dll? Pin
Richard Deeming3-Mar-15 8:15
mveRichard Deeming3-Mar-15 8:15 
GeneralRe: Is Office required to have installed on the machine with Interop dll? Pin
sudevsu3-Mar-15 10:16
sudevsu3-Mar-15 10:16 
AnswerRe: Is Office required to have installed on the machine with Interop dll? Pin
PIEBALDconsult3-Mar-15 8:44
mvePIEBALDconsult3-Mar-15 8:44 
GeneralRe: Is Office required to have installed on the machine with Interop dll? Pin
sudevsu3-Mar-15 10:16
sudevsu3-Mar-15 10:16 
AnswerRe: Is Office required to have installed on the machine with Interop dll? Pin
jkirkerx4-Mar-15 8:48
professionaljkirkerx4-Mar-15 8:48 
AnswerRe: Is Office required to have installed on the machine with Interop dll? Pin
mohit908-Mar-15 9:35
mohit908-Mar-15 9:35 
Questionms access query to select between date Pin
Praveen Kandari3-Mar-15 1:04
Praveen Kandari3-Mar-15 1:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.