Click here to Skip to main content
15,880,796 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
AnswerRe: ms access query to select between date Pin
F-ES Sitecore3-Mar-15 2:03
professionalF-ES Sitecore3-Mar-15 2:03 
AnswerRe: ms access query to select between date Pin
Humayun Kabir Mamun3-Mar-15 2:05
Humayun Kabir Mamun3-Mar-15 2:05 
AnswerRe: ms access query to select between date Pin
Richard Deeming3-Mar-15 5:26
mveRichard Deeming3-Mar-15 5:26 
GeneralRe: ms access query to select between date Pin
Praveen Kandari3-Mar-15 17:50
Praveen Kandari3-Mar-15 17:50 
GeneralRe: ms access query to select between date Pin
Richard Deeming3-Mar-15 23:51
mveRichard Deeming3-Mar-15 23:51 
AnswerRe: ms access query to select between date Pin
jkirkerx4-Mar-15 8:52
professionaljkirkerx4-Mar-15 8:52 
GeneralRe: ms access query to select between date Pin
Praveen Kandari4-Mar-15 17:40
Praveen Kandari4-Mar-15 17:40 
Questiontest Pin
Praveen Kandari3-Mar-15 0:52
Praveen Kandari3-Mar-15 0:52 

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.