Click here to Skip to main content
15,908,013 members
Home / Discussions / C#
   

C#

 
AnswerRe: Delete specific matching rows in datatable Pin
Wendelius6-Jan-13 8:30
mentorWendelius6-Jan-13 8:30 
GeneralRe: Delete specific matching rows in datatable Pin
Member 97041536-Jan-13 9:36
Member 97041536-Jan-13 9:36 
GeneralRe: Delete specific matching rows in datatable Pin
Wendelius6-Jan-13 9:58
mentorWendelius6-Jan-13 9:58 
GeneralRe: Delete specific matching rows in datatable Pin
Member 97041536-Jan-13 10:13
Member 97041536-Jan-13 10:13 
GeneralRe: Delete specific matching rows in datatable Pin
Wendelius6-Jan-13 10:17
mentorWendelius6-Jan-13 10:17 
GeneralRe: Delete specific matching rows in datatable Pin
Member 97041536-Jan-13 10:26
Member 97041536-Jan-13 10:26 
GeneralRe: Delete specific matching rows in datatable Pin
Wendelius6-Jan-13 11:20
mentorWendelius6-Jan-13 11:20 
GeneralRe: Delete specific matching rows in datatable Pin
Member 97041536-Jan-13 11:45
Member 97041536-Jan-13 11:45 
GeneralRe: Delete specific matching rows in datatable Pin
Wendelius6-Jan-13 12:06
mentorWendelius6-Jan-13 12:06 
QuestionRow level security with View (SQL) and how to model in Entity Frame work Pin
Ali_Sarshogh6-Jan-13 6:56
Ali_Sarshogh6-Jan-13 6:56 
QuestionApplication for a dedicated PC, uncloseable Pin
Zaid Pirwani5-Jan-13 10:28
Zaid Pirwani5-Jan-13 10:28 
AnswerRe: Application for a dedicated PC, uncloseable Pin
Eddy Vluggen5-Jan-13 10:57
professionalEddy Vluggen5-Jan-13 10:57 
GeneralRe: Application for a dedicated PC, uncloseable Pin
Zaid Pirwani5-Jan-13 18:53
Zaid Pirwani5-Jan-13 18:53 
GeneralRe: Application for a dedicated PC, uncloseable Pin
Eddy Vluggen6-Jan-13 1:22
professionalEddy Vluggen6-Jan-13 1:22 
AnswerRe: Application for a dedicated PC, uncloseable Pin
jschell6-Jan-13 5:06
jschell6-Jan-13 5:06 
Questionproblem in opening word file with c# Pin
a.ergin5-Jan-13 2:09
a.ergin5-Jan-13 2:09 
AnswerRe: problem in opening word file with c# Pin
Sandeep Mewara5-Jan-13 6:03
mveSandeep Mewara5-Jan-13 6:03 
GeneralRe: problem in opening word file with c# Pin
a.ergin5-Jan-13 11:57
a.ergin5-Jan-13 11:57 
AnswerRe: problem in opening word file with c# Pin
Sandeep Mewara5-Jan-13 19:09
mveSandeep Mewara5-Jan-13 19:09 
a.ergin wrote:
web project never starts

I hope you are aware of the fact that the code you write in code behind file will run on server and any word operation will happen on server (and not on client!)

If you want to do anything on client side, you need to use ActiveX object for IE or Via Office Object Model (i.e. wrapper around COM Objects)
Refer:
Word/Excel ActiveX Controls in ASP.NET[^]
MSDN: Automating Applications Using the Office Object Model[^]


A different approach, if it helps: Convert a Microsoft Word document to HTML and display the same in browser.[^]
Sandeep Mewara
Microsoft ASP.NET MVP 2012 & 2013


[My Latest Article(s)]:
How to extend a WPF Textbox to Custom Picker
Server side Delimiters in ASP.NET

GeneralRe: problem in opening word file with c# Pin
a.ergin5-Jan-13 23:52
a.ergin5-Jan-13 23:52 
Questionhow to set folder location of showsaveasdialog in webbrowser control Pin
nitin_ion5-Jan-13 1:15
nitin_ion5-Jan-13 1:15 
QuestionDevelop Expense Management Tool in C# using ASP.Net Pin
Tushar Urade4-Jan-13 23:59
Tushar Urade4-Jan-13 23:59 
AnswerRe: Develop Expense Management Tool in C# using ASP.Net Pin
Richard MacCutchan5-Jan-13 1:33
mveRichard MacCutchan5-Jan-13 1:33 
AnswerRe: Develop Expense Management Tool in C# using ASP.Net Pin
OriginalGriff5-Jan-13 21:21
mveOriginalGriff5-Jan-13 21:21 
AnswerRe: Develop Expense Management Tool in C# using ASP.Net Pin
Abhinav S6-Jan-13 0:04
Abhinav S6-Jan-13 0:04 

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.