guys i ned example how to open/create word from asp. thnx
You can try:
Imports Word = Microsoft.Office.Interop.word
Dim offapp As New Word.Application
Dim offDoc As Word.Document
Offapp.visible=true 'to display word
offdoc.documents.open 'open existing word
but you need to have reference to microsoft.office.word.interop
tnx bro. can use create link or a complete sample.
Similar Threads |
|