J
Jeremy
What is the generally accepted way to call one webform from another ? I have
found server.transfer and response.redirect but these lose the calling
window.
How do I programmatically change a page title ? Can I remove the " -
Microsoft Internet Explorer" suffix IE seems to insist on adding ?
How do I programatically get a reference to the server directory where the
aspx form resides ? eg. "C:\inetpub\wwwroot\myApp". I want to generate some
xml cache files in there, or is this not the best place to put such files ?
How can I programatically determine (from some common library code) whether
the running environment is webforms or windows client ?
found server.transfer and response.redirect but these lose the calling
window.
How do I programmatically change a page title ? Can I remove the " -
Microsoft Internet Explorer" suffix IE seems to insist on adding ?
How do I programatically get a reference to the server directory where the
aspx form resides ? eg. "C:\inetpub\wwwroot\myApp". I want to generate some
xml cache files in there, or is this not the best place to put such files ?
How can I programatically determine (from some common library code) whether
the running environment is webforms or windows client ?