user control

  • Thread starter Thread starter Mattdef
  • Start date Start date
M

Mattdef

Hello and good year,

I use a user control and I would wish to get the full URL of the page which
will integrate this control.
Is this possible?

Thank you.

Matt
 
Use Request.Url.ToString within your user control to obtain the URL of the
web form.

Dan
 

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