get information from the Request

  • Thread starter Thread starter francois
  • Start date Start date
F

francois

Hi everyone,

When I do some postback I need to discover some information like what aspx
form or even the relative url to the project that the postback is orginated
from.

For exemple if I have

projectRoot/folder1/folder2/page.aspx

when i do the postback from that page, i want to get something like
"projectRoot/folder1/folder2/page.aspx" or at least "page.aspx", I believe I
may get that from the Request object?

Is there anyone that can help me on this topic?

Best regards,

Francois
 
All this information is available to you in the Response object. Have a look
at the methods it exposes. I am sure you will find what you are looking for.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top