Code to run exe like mspaint,autocad etc in asp.net.
Answer Posted / ashwini
Process .Start("mspaint")
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is private static in c#?
What is the difference between static and private constructor in c#?
What is the advantage of extension method in c#?
Can we inherit static class in c#?
What are the collection types can be used in c#?
Is list immutable in c#?
What are winforms in c#?
What are the features of c#?
Why we use extension method in c#?
How to create multi-dimensional array?
Does c# have a 'throws' clause?
What is meant by desktop application?
What is property c#?
Why do we need generics in c#?
What is decimal in c#?