i want to run an executable file by clicking a button in a web form
i wrote the code
Dim myApp As New System.Diagnost ics.Process()
myApp.StartInfo .FileName = "c:\FileToRun.e xe"
myApp.Start()
in button click event but nothing happens
please help.
i wrote the code
Dim myApp As New System.Diagnost ics.Process()
myApp.StartInfo .FileName = "c:\FileToRun.e xe"
myApp.Start()
in button click event but nothing happens
please help.
Comment