hi,
in windows application:inorder to open a word we write system.diagnostics.Process.start(pathname of exe) to start a word document.
similarly,
in web application : norder to open a word what should we write.
AND
what should we write in order to open an existing word document.
Thanks in advance,
nizam.
padmavathy thiruvenkadamPosted Mar 2, 2006, 5:07 AM
Generally , we cant start desktop applications from Asp.NET. But we can start IExplorer.exe.
Thanks and Regards,
Padma.