D
david2tm
hello)
i have some task to coplete, and cant find any way how to do it
in my asp.net (2.0 c#) i do some work, rendering pages...
in those pages, are url's presented, writen in some manner... let say
* "~/somepage.aspx"
* "^/somepage2.aspx"
now, i want to change this
"~" to a server url like "http://www.example.com"
and "^" to "http://www.test.com", let's say
so, i think it will be good to it after the page was rendered, just
before sending it the client
how to catch that page
globaly, not onle fot single page
....thanx
i have some task to coplete, and cant find any way how to do it
in my asp.net (2.0 c#) i do some work, rendering pages...
in those pages, are url's presented, writen in some manner... let say
* "~/somepage.aspx"
* "^/somepage2.aspx"
now, i want to change this
"~" to a server url like "http://www.example.com"
and "^" to "http://www.test.com", let's say
so, i think it will be good to it after the page was rendered, just
before sending it the client
how to catch that page
globaly, not onle fot single page
....thanx