I am buliding an application in windows form application so that on click of a button it should be redirected to asp web page.
Is there any solution for it..
You can do by opening the browser.
C#
System.Diagnostics.Process.Start("http://www.google.com");
VB.Net
System.Diagnostics.Process.Start("http://www.google.com")
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.