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.
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.
Comment