How to link in a web page within windows project
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Example : when i click a button then Show "Emploee Info.aspx" webpage and input data to the server
-
Example : when i click a button then Show "Emploee Info.aspx" webpage and input data to the server
Use the Process class i.e.
System.Diagnostics.Process.Start("http://www.microsoft.com");
Previous discussion using a LinkLabel here[^].
Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)