Click here to Skip to main content
15,900,461 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to create an email application for receiving emails? Pin
vaghelabhavesh18-Feb-09 6:17
vaghelabhavesh18-Feb-09 6:17 
QuestionCalling a Web Service from Test Harness Pin
rkajal18-Feb-09 5:12
rkajal18-Feb-09 5:12 
Questionplz check y there is an erro in reading data Pin
Ali_10018-Feb-09 4:46
Ali_10018-Feb-09 4:46 
AnswerRe: plz check y there is an erro in reading data Pin
ABitSmart18-Feb-09 5:08
ABitSmart18-Feb-09 5:08 
AnswerRe: plz check y there is an erro in reading data Pin
Agweet18-Feb-09 20:16
Agweet18-Feb-09 20:16 
QuestionImage Control Question Pin
Aptiva Dave18-Feb-09 4:18
Aptiva Dave18-Feb-09 4:18 
QuestionHow to bind Checkbox in <asp:listbox xmlns:asp="#unknown"> control dynamically?</asp:listbox> Pin
CM Makwana18-Feb-09 3:44
CM Makwana18-Feb-09 3:44 
QuestionError while calling Com Object Pin
Vignesh Krishnan18-Feb-09 3:19
Vignesh Krishnan18-Feb-09 3:19 
Hi pals,

Im reading the data from word dco using Com DLL(Word.ApplicationClass ).but it throws the folowing error while im reading can any one assist me on this

System.Runtime.InteropServices.COMException (0x800A13E9): There is insufficient memory. Save the document now. at Word.Documents.Open(Object& FileName, Object& ConfirmConversions, Object& ReadOnly, Object& AddToRecentFiles, Object& PasswordDocument, Object& PasswordTemplate, Object& Revert, Object& WritePasswordDocument, Object& WritePasswordTemplate, Object& Format, Object& Encoding, Object& Visible) at RegisterNow.ReadWordDocument(String FilePath) in


and also here my code

//{
// try
// {

// Word.ApplicationClass wordApp = new Word.ApplicationClass();
// // Input box is used to get the path of the file which has to be uploaded into textbox.
// object file = FilePath;
// object nullobj = System.Reflection.Missing.Value;
// // here on Document.Open there should be 9 arg.
// Word.Document doc = 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);
// // Here the word content is copeied into a string which helps to store it into textbox.
// Word.Document doc1 = wordApp.ActiveDocument;

// string m_Content = doc1.Content.Text;
// // the content is stored into the textbox.

// doc.Close(ref nullobj, ref nullobj, ref nullobj);
// return m_Content;
// }
// catch(Exception ex)
// {

// Response.Write(ex.ToString());
// return "";
// }
//}
QuestionRetrive value in three textr box Pin
JAYRAJ GIRI18-Feb-09 2:37
JAYRAJ GIRI18-Feb-09 2:37 
AnswerRe: Retrive value in three textr box Pin
Christian Graus18-Feb-09 12:37
protectorChristian Graus18-Feb-09 12:37 
GeneralEmbedding the ASP.Net engine Pin
Mustafa Ismail Mustafa18-Feb-09 2:27
Mustafa Ismail Mustafa18-Feb-09 2:27 
GeneralRe: Embedding the ASP.Net engine Pin
N a v a n e e t h18-Feb-09 3:05
N a v a n e e t h18-Feb-09 3:05 
GeneralRe: Embedding the ASP.Net engine Pin
N a v a n e e t h18-Feb-09 3:07
N a v a n e e t h18-Feb-09 3:07 
GeneralRe: Embedding the ASP.Net engine Pin
Mustafa Ismail Mustafa18-Feb-09 3:54
Mustafa Ismail Mustafa18-Feb-09 3:54 
GeneralRe: Embedding the ASP.Net engine Pin
N a v a n e e t h18-Feb-09 14:37
N a v a n e e t h18-Feb-09 14:37 
Questionupdate panel dosen't work Pin
radupopescu77718-Feb-09 2:12
radupopescu77718-Feb-09 2:12 
AnswerRe: update panel dosen't work Pin
keyur satyadev18-Feb-09 2:46
keyur satyadev18-Feb-09 2:46 
GeneralRe: update panel dosen't work Pin
radupopescu77718-Feb-09 2:59
radupopescu77718-Feb-09 2:59 
GeneralRe: update panel dosen't work Pin
keyur satyadev18-Feb-09 19:29
keyur satyadev18-Feb-09 19:29 
QuestionPersistent lists of objects Pin
#realJSOP18-Feb-09 2:08
professional#realJSOP18-Feb-09 2:08 
AnswerRe: Persistent lists of objects Pin
Mustafa Ismail Mustafa18-Feb-09 2:23
Mustafa Ismail Mustafa18-Feb-09 2:23 
AnswerRe: Persistent lists of objects Pin
N a v a n e e t h18-Feb-09 14:39
N a v a n e e t h18-Feb-09 14:39 
Questionabout asp.net repeater Pin
laxmanSatnav18-Feb-09 1:44
laxmanSatnav18-Feb-09 1:44 
AnswerRe: about asp.net repeater Pin
keyur satyadev18-Feb-09 1:50
keyur satyadev18-Feb-09 1:50 
QuestionWeb service calling VB6 exe Pin
mpavas18-Feb-09 1:41
mpavas18-Feb-09 1:41 

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.