Getting Contents of Address Bar.....
-
Hi to all, Whenever i run my application i want copy the address bar contents that are appears in the address bar into a string variable. Is there any way to accessing the contents of Addressbar into a string variable.? Please help me...
Pravin
-
Hi to all, Whenever i run my application i want copy the address bar contents that are appears in the address bar into a string variable. Is there any way to accessing the contents of Addressbar into a string variable.? Please help me...
Pravin
Are you talking about ASP.NET? If it's in ASP.NET, try this
Request.Url;
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
-
Hi to all, Whenever i run my application i want copy the address bar contents that are appears in the address bar into a string variable. Is there any way to accessing the contents of Addressbar into a string variable.? Please help me...
Pravin