Hey there,
I need to update a single word within an aspx page (homepage.aspx).
Background:
The site is being generated by workflow out of a template. On homepage.aspx there is a web part that should open a "Reporting Services" report. The report path is still the same as in the template. I need to change it to the url of this page.
The part of the sourcecode looks like this:
<WpNs0:ReportViewerWebPart runat="server" ReportPath="/sites/crmprototype/template2/access/ReportingServices.rdl" DockToolBar="Top" HyperlinkTarget="_top" ...
I want to modify the word "template2" to the sites name.
Has anyone an idea?
Thanks a lot!
Phil