How to call Url from c# code
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi Guies, I am working on one application which require a url get executed through c# code. How to do it? Thanks in Advance:) yuvaaaaaaa
Hi, This will load the URL in the default web browser:
System.Diagnostics.Process.Start("http://www.codeproject.com");