Click here to Skip to main content
15,902,189 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionChanging Crystalreport server in run time Pin
The_Collector21-Apr-09 17:55
The_Collector21-Apr-09 17:55 
QuestionHow to export images to Excel/PDF/WORD in ASP.NET using VB? Pin
leungoiyu21-Apr-09 15:51
leungoiyu21-Apr-09 15:51 
AnswerRe: How to export images to Excel/PDF/WORD in ASP.NET using VB? Pin
Christian Graus21-Apr-09 15:53
protectorChristian Graus21-Apr-09 15:53 
GeneralRe: How to export images to Excel/PDF/WORD in ASP.NET using VB? Pin
leungoiyu21-Apr-09 16:00
leungoiyu21-Apr-09 16:00 
GeneralRe: How to export images to Excel/PDF/WORD in ASP.NET using VB? Pin
Yusuf21-Apr-09 16:14
Yusuf21-Apr-09 16:14 
GeneralRe: How to export images to Excel/PDF/WORD in ASP.NET using VB? Pin
leungoiyu21-Apr-09 16:31
leungoiyu21-Apr-09 16:31 
GeneralRe: How to export images to Excel/PDF/WORD in ASP.NET using VB? Pin
Yusuf21-Apr-09 17:14
Yusuf21-Apr-09 17:14 
GeneralRe: How to export images to Excel/PDF/WORD in ASP.NET using VB? Pin
leungoiyu21-Apr-09 17:21
leungoiyu21-Apr-09 17:21 
GeneralRe: How to export images to Excel/PDF/WORD in ASP.NET using VB? Pin
Christian Graus21-Apr-09 18:25
protectorChristian Graus21-Apr-09 18:25 
GeneralRe: How to export images to Excel/PDF/WORD in ASP.NET using VB? Pin
leungoiyu21-Apr-09 20:10
leungoiyu21-Apr-09 20:10 
GeneralRe: How to export images to Excel/PDF/WORD in ASP.NET using VB? Pin
Ashfield21-Apr-09 21:05
Ashfield21-Apr-09 21:05 
QuestionHow to pass array in asp.net(c#) from one page to other? Pin
pradeepsimha21-Apr-09 15:40
pradeepsimha21-Apr-09 15:40 
AnswerRe: How to pass array in asp.net(c#) from one page to other? Pin
Yusuf21-Apr-09 15:53
Yusuf21-Apr-09 15:53 
AnswerRe: How to pass array in asp.net(c#) from one page to other? Pin
Christian Graus21-Apr-09 15:54
protectorChristian Graus21-Apr-09 15:54 
AnswerRe: How to pass array in asp.net(c#) from one page to other? Pin
pradeepsimha21-Apr-09 16:10
pradeepsimha21-Apr-09 16:10 
AnswerRe: How to pass array in asp.net(c#) from one page to other? Pin
jai_10121-Apr-09 16:55
jai_10121-Apr-09 16:55 
GeneralRe: How to pass array in asp.net(c#) from one page to other? Pin
pradeepsimha22-Apr-09 1:55
pradeepsimha22-Apr-09 1:55 
QuestionFootball Application Pin
sjmclean21-Apr-09 12:23
sjmclean21-Apr-09 12:23 
AnswerRe: Football Application Pin
Christian Graus21-Apr-09 14:01
protectorChristian Graus21-Apr-09 14:01 
AnswerRe: Football Application Pin
sjmclean21-Apr-09 20:49
sjmclean21-Apr-09 20:49 
QuestionChanging Sort Direction in GridView Pin
AndyASPVB21-Apr-09 11:51
AndyASPVB21-Apr-09 11:51 
AnswerRe: Changing Sort Direction in GridView Pin
Christian Graus21-Apr-09 14:02
protectorChristian Graus21-Apr-09 14:02 
AnswerRe: Changing Sort Direction in GridView Pin
jai_10121-Apr-09 17:04
jai_10121-Apr-09 17:04 
QuestionOpening MS Word 2003 in ASP.Net Pin
AndyASPVB21-Apr-09 11:45
AndyASPVB21-Apr-09 11:45 
Hi

I have found away of converting MS Word into HTML by following a solution I found at the following link:

http://www.wherecanibuyit.co.uk/ASP/converting_word_doc_files_to_html.html

However, even though I can get it to work, I have three problems:

1. When it opens in my asp:panel it doesn't fit neatly into the width of the panel and you have to scroll side ways to read it. I have changed the code the Word.WdSaveFormat.wdFormatHTML another format, but this loses some of the formatting. Does anyone how I can keep the formatting - namely MS Word tables and to get it fit into a panel
2. Is there away of creating HTML docs on the fly without having to save it first?
3. When the code runs it runs without error, but if I try and shut down windows, MS Word is still open even though it is not in my task bar. Is there another way of getting MS Word to close?

Thanks
AnswerRe: Opening MS Word 2003 in ASP.Net Pin
Christian Graus21-Apr-09 14:02
protectorChristian Graus21-Apr-09 14:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.