Watch on YouTube
using System.Diagnostics;
namespace WebApplication1
{
public partial class GoogleTest : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
Process.Start("http://google.com/search?q=Computer Programming");
}
}
}
No comments:
Post a Comment