Forum Discussion
christopher_gillis
7 years agoCommunity Manager
Hello,
I'm not familiar with the System.Diagnostics.Process.Start function specifically, but there might be a few better ways to open this hyperlink. If this is a URL to an external website, you can open this through JavaScript by simply calling window.open(YOUR_URL);.
Alternatively if you're trying to open a local file, you might be able to use some of the techniques in Labs' latest blog post which covers how to display HTML in your client. The same techniques should work for an .aspx page.
Chris
Christopher Gillis
Aras Labs Software Engineer