Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
can someone give me a sample code on how I can execute a different application thru C#?
Try to explore Process.Start. Plenty is available in Google.
Regards, Arun Kumar.A
Look at Process.Start as mentioned by the other poster...
Have a look at MSDN Library for Process.Start(...) Hope this helps...
Thanks guys, I was very busy this weekend and did not have a chance to look at it, I will look at it this afternoon.