S
Steve Bishop
How come this will start the process on the server, but not the actual
application. Is there a way to actually run the application? Help
appreciated.
<%@ Page Language="VB" Debug="true" %>
<script runat="server">
Sub Button1_Click(sender As Object, e As EventArgs)
System.Diagnostics.Process.Start ("c:\Program
Files\visio\visio32.exe")
End Sub
</script>
<html>
<head>
</head>
<body>
<span><label><font face="Verdana" color="#004080" size="4">Run Visio
from ASP.Net</font></label></span>
<form runat="server">
<p>
<asp:Button id="Button1" onclick="Button1_Click"
runat="server" Text="Run Visio"></asp:Button>
</p>
<p>
</p>
<p>
</p>
</form>
</body>
</html>
application. Is there a way to actually run the application? Help
appreciated.
<%@ Page Language="VB" Debug="true" %>
<script runat="server">
Sub Button1_Click(sender As Object, e As EventArgs)
System.Diagnostics.Process.Start ("c:\Program
Files\visio\visio32.exe")
End Sub
</script>
<html>
<head>
</head>
<body>
<span><label><font face="Verdana" color="#004080" size="4">Run Visio
from ASP.Net</font></label></span>
<form runat="server">
<p>
<asp:Button id="Button1" onclick="Button1_Click"
runat="server" Text="Run Visio"></asp:Button>
</p>
<p>
</p>
<p>
</p>
</form>
</body>
</html>