Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 16, 2012 12:35 PM by Prince Srivastava
Member
24 Points
59 Posts
Feb 16, 2012 10:45 AM|LINK
hi ,
i want to get the browser url without javascript.
515 Points
202 Posts
Feb 16, 2012 10:49 AM|LINK
Please go thourgh this link http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx
210 Points
87 Posts
Feb 16, 2012 10:51 AM|LINK
Hi,
string strURL= "http://www.google.com"; System.Diagnostics.Process.Start(strURL);
Also Visit on this link for more details: http://aspdotnetblogspot.blogspot.in/
Thanks,
Feb 16, 2012 10:59 AM|LINK
Hi
This is my url and how to get complete url in code behind
?
http://localhost/Test.aspx?id=6472
Thanks
sethu
Contributor
2290 Points
419 Posts
Feb 16, 2012 12:35 PM|LINK
Hii
string _addtessUrl=Request.Url.ToString();
Response.Write(_addtessUrl);
Hope this will help you . if yes please mark as answer
setusrinivas...
Member
24 Points
59 Posts
How to Get the Url in Browser using c#.net in Code behind.
Feb 16, 2012 10:45 AM|LINK
hi ,
i want to get the browser url without javascript.
rabindra_lal
Member
515 Points
202 Posts
Re: How to Get the Url in Browser using c#.net in Code behind.
Feb 16, 2012 10:49 AM|LINK
anildob84
Member
210 Points
87 Posts
Re: How to Get the Url in Browser using c#.net in Code behind.
Feb 16, 2012 10:51 AM|LINK
Hi,
string strURL= "http://www.google.com";
System.Diagnostics.Process.Start(strURL);
Also Visit on this link for more details: http://aspdotnetblogspot.blogspot.in/
Thanks,
setusrinivas...
Member
24 Points
59 Posts
Re: How to Get the Url in Browser using c#.net in Code behind.
Feb 16, 2012 10:59 AM|LINK
Hi
This is my url and how to get complete url in code behind
?
http://localhost/Test.aspx?id=6472
Thanks
sethu
Prince Sriva...
Contributor
2290 Points
419 Posts
Re: How to Get the Url in Browser using c#.net in Code behind.
Feb 16, 2012 12:35 PM|LINK
Hii
string _addtessUrl=Request.Url.ToString();
Response.Write(_addtessUrl);
Hope this will help you . if yes please mark as answer
My Blog
ROHIT KUMAR SRIVASTAVA