Click here to Skip to main content
15,909,051 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: a simple question about design patterns Pin
Jeremy Likness13-Aug-09 6:17
professionalJeremy Likness13-Aug-09 6:17 
GeneralRe: a simple question about design patterns Pin
N a v a n e e t h13-Aug-09 15:55
N a v a n e e t h13-Aug-09 15:55 
GeneralRe: a simple question about design patterns Pin
Mark Kamoski17-Aug-09 3:23
Mark Kamoski17-Aug-09 3:23 
AnswerRe: a simple question about design patterns Pin
Mark Kamoski17-Aug-09 3:26
Mark Kamoski17-Aug-09 3:26 
Questionglobal.asax redirect failing on windows 2008 box Pin
wolfbinary13-Aug-09 4:38
wolfbinary13-Aug-09 4:38 
AnswerRe: global.asax redirect failing on windows 2008 box Pin
Abhijit Jana13-Aug-09 19:17
professionalAbhijit Jana13-Aug-09 19:17 
GeneralRe: global.asax redirect failing on windows 2008 box Pin
wolfbinary21-Aug-09 10:32
wolfbinary21-Aug-09 10:32 
Questionstream reader Pin
lagan13-Aug-09 3:51
lagan13-Aug-09 3:51 
Hi..
I am using asp.net/c#.
I have used the following code for reading word document. But it reads only text data and not displaying the images in the word document.

string docname = dr["docname"].ToString();
string path= Server.MapPath("festival_doc");
string m = path + "//"+docname;
Word.ApplicationClass wordapp = new Word.ApplicationClass();
object file = m;
object nullobj = System.Reflection.Missing.Value;

Word.Document doc1 = wordapp.Documents.Open(ref file, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj, ref nullobj);

TextBox1.Text = doc1.Content.Text;
doc1.Close(ref nullobj, ref nullobj, ref nullobj);

Can anyone solve the problem?
AnswerRe: stream reader Pin
DoctorMick13-Aug-09 6:11
DoctorMick13-Aug-09 6:11 
GeneralRe: stream reader Pin
lagan13-Aug-09 6:46
lagan13-Aug-09 6:46 
AnswerRe: stream reader Pin
N a v a n e e t h13-Aug-09 15:42
N a v a n e e t h13-Aug-09 15:42 
QuestionASP.NET is not authorized to access the requested resource. Pin
vandanaconedify13-Aug-09 3:15
vandanaconedify13-Aug-09 3:15 
AnswerRe: ASP.NET is not authorized to access the requested resource. Pin
Coding C#13-Aug-09 3:34
Coding C#13-Aug-09 3:34 
QuestionPlaceholder Pin
Ramkumar_S13-Aug-09 3:03
Ramkumar_S13-Aug-09 3:03 
AnswerRe: Placeholder Pin
Christian Graus13-Aug-09 14:42
protectorChristian Graus13-Aug-09 14:42 
QuestionClientID messes with my textbox - please help Pin
Axonn Echysttas13-Aug-09 1:49
Axonn Echysttas13-Aug-09 1:49 
AnswerRe: ClientID messes with my textbox - please help Pin
Abhishek Sur13-Aug-09 2:15
professionalAbhishek Sur13-Aug-09 2:15 
GeneralRe: ClientID messes with my textbox - please help Pin
Axonn Echysttas13-Aug-09 3:36
Axonn Echysttas13-Aug-09 3:36 
GeneralRe: ClientID messes with my textbox - please help Pin
Abhishek Sur13-Aug-09 4:33
professionalAbhishek Sur13-Aug-09 4:33 
Questionsend xml file to client site Pin
zeeShan anSari13-Aug-09 1:26
zeeShan anSari13-Aug-09 1:26 
AnswerRe: send xml file to client site Pin
Abhishek Sur13-Aug-09 2:18
professionalAbhishek Sur13-Aug-09 2:18 
Questionpath urls relative to root of web app Pin
Colin Pace13-Aug-09 1:25
Colin Pace13-Aug-09 1:25 
AnswerRe: path urls relative to root of web app Pin
Coding C#13-Aug-09 2:16
Coding C#13-Aug-09 2:16 
AnswerRe: path urls relative to root of web app Pin
Jeremy Likness13-Aug-09 5:24
professionalJeremy Likness13-Aug-09 5:24 
Questionip address Pin
sachees12313-Aug-09 0:01
sachees12313-Aug-09 0:01 

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.