Hello Colleagues,
I want the browser to get images and .js files from folder x while
the actual aspx page is in folder y. I want to do a server.transfer
or server.execute in global.asax. Here is psuedo code in global.asax
// code follows:
if (rawurl.indexof(z) > -1)
server.transfer(pagez.aspx)
//eof
the trouble is server.transfer causes a round trip, so I want to use
server.execute, but server.execute does not work because the client
javascript on a commerical user control cannot be found. I suspect
the javascript code is generated automatically because I cannot find
the file.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/