Click here to Skip to main content
16,016,613 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: "Thread is being aborted" exception while using Response.Redirect(..) Pin
Parwej Ahamad23-Jan-07 20:13
professionalParwej Ahamad23-Jan-07 20:13 
GeneralRe: "Thread is being aborted" exception while using Response.Redirect(..) Pin
Vsree23-Jan-07 22:25
Vsree23-Jan-07 22:25 
AnswerRe: "Thread is being aborted" exception while using Response.Redirect(..) Pin
Nagraj Naik23-Jan-07 22:01
Nagraj Naik23-Jan-07 22:01 
GeneralRe: "Thread is being aborted" exception while using Response.Redirect(..) Pin
Vsree23-Jan-07 22:25
Vsree23-Jan-07 22:25 
QuestionWhat are the events fired when web service called? Pin
johnny198023-Jan-07 19:32
johnny198023-Jan-07 19:32 
AnswerRe: What are the events fired when web service called? Pin
Parwej Ahamad23-Jan-07 20:10
professionalParwej Ahamad23-Jan-07 20:10 
QuestionTo open microsoft word Pin
gauthee23-Jan-07 17:21
gauthee23-Jan-07 17:21 
AnswerRe: To open microsoft word Pin
Parwej Ahamad23-Jan-07 18:41
professionalParwej Ahamad23-Jan-07 18:41 
Plz try this code .........

Microsoft.Office.Interop.Word.Application word = null;
Microsoft.Office.Interop.Word.Document doc = null;
word = new Microsoft.Office.Interop.Word.Application();
object fileName = "c:\\test.doc";
object falseValue = false;
object trueValue = true;
object missing = Type.Missing;
word.Visible = true;
word.Activate();
doc = word.Documents.Open(ref fileName, ref missing, ref trueValue, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing);
doc.Activate();


Laugh | :laugh:


Parwej Back...............DON of Developer.......
Parwej Ahamad
g_parwez@rediffmail.com

AnswerRe: To open microsoft word Pin
gauthee23-Jan-07 20:37
gauthee23-Jan-07 20:37 
GeneralRe: To open microsoft word Pin
Parwej Ahamad23-Jan-07 21:09
professionalParwej Ahamad23-Jan-07 21:09 
GeneralRe: To open microsoft word Pin
gauthee23-Jan-07 21:17
gauthee23-Jan-07 21:17 
GeneralRe: To open microsoft word Pin
Parwej Ahamad23-Jan-07 21:47
professionalParwej Ahamad23-Jan-07 21:47 
QuestionASP.NET Pin
James_Marsters23-Jan-07 10:36
James_Marsters23-Jan-07 10:36 
AnswerRe: ASP.NET Pin
Christian Graus23-Jan-07 16:59
protectorChristian Graus23-Jan-07 16:59 
QuestionDataList and Border-Collapse Pin
RX Maverick23-Jan-07 10:23
RX Maverick23-Jan-07 10:23 
QuestionFlash Objects Pin
Marc Paliotti23-Jan-07 9:38
Marc Paliotti23-Jan-07 9:38 
AnswerRe: Flash Objects Pin
Christian Graus23-Jan-07 17:00
protectorChristian Graus23-Jan-07 17:00 
QuestionRestrict Content by Roles Pin
packerfan190423-Jan-07 8:43
packerfan190423-Jan-07 8:43 
AnswerRe: Restrict Content by Roles Pin
Bassam Saoud23-Jan-07 9:04
Bassam Saoud23-Jan-07 9:04 
GeneralRe: Restrict Content by Roles Pin
packerfan190423-Jan-07 11:09
packerfan190423-Jan-07 11:09 
GeneralRe: Restrict Content by Roles Pin
Bassam Saoud23-Jan-07 19:41
Bassam Saoud23-Jan-07 19:41 
QuestionConnection Strings for Class Library Project Pin
robert11023-Jan-07 8:33
robert11023-Jan-07 8:33 
AnswerRe: Connection Strings for Class Library Project Pin
Bassam Saoud23-Jan-07 8:55
Bassam Saoud23-Jan-07 8:55 
QuestionDifference b/w Asp.Net 1.1 and 2.0? Pin
kavi200023-Jan-07 6:54
kavi200023-Jan-07 6:54 
AnswerRe: Difference b/w Asp.Net 1.1 and 2.0? Pin
Guffa23-Jan-07 7:09
Guffa23-Jan-07 7:09 

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.