URL of current page in ASP.NET using VB.NET (Urgent)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • waqasmgl
    New Member
    • Nov 2007
    • 20

    URL of current page in ASP.NET using VB.NET (Urgent)

    hi,
    i want to get the url of current page. I dont want to get only the page name. I want to get the whole url including the query string.

    I used this Request.ServerV ariables("URL") but it only returns me the page name.

    For example current url is : index.aspx?id=1 0&return=50
    It returns me only index.aspx. But i want the whole url.

    Thanx in advance.
  • waqasmgl
    New Member
    • Nov 2007
    • 20

    #2
    Thanx to everybody i have solved this problem.

    Comment

    Working...