Click here to Skip to main content
15,891,136 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: AJAX Modal Popup Extender Pin
Imran Khan Pathan18-Jun-08 1:09
Imran Khan Pathan18-Jun-08 1:09 
QuestionMOSS / Reporting Services integrated - object model [modified] Pin
6o'clock17-Jun-08 23:25
6o'clock17-Jun-08 23:25 
QuestionWindow Positioning in webpage? Pin
Masood Kochi,SSF17-Jun-08 23:11
Masood Kochi,SSF17-Jun-08 23:11 
AnswerRe: Window Positioning in webpage? Pin
Sam Xavier18-Jun-08 9:13
Sam Xavier18-Jun-08 9:13 
Questionreading a file Pin
Ebube17-Jun-08 23:10
Ebube17-Jun-08 23:10 
AnswerRe: reading a file Pin
J a a n s18-Jun-08 1:27
professionalJ a a n s18-Jun-08 1:27 
QuestionhOW TO WRITE IN EXCEL Pin
Raghvendra Kumar Roy17-Jun-08 23:10
Raghvendra Kumar Roy17-Jun-08 23:10 
QuestionProblem with Word component for spell checking Pin
Vsree17-Jun-08 23:03
Vsree17-Jun-08 23:03 
I have designed a Editor with basic format options and Spell check option.
The spell check code is as follows
Word.Application app = new Word.Application(); 
app.Visible=false; 
object template	= Missing.Value; 
object newTemplate =	Missing.Value; 
object documentType =	Missing.Value; 
object visible	= true; 
object optional	= Missing.Value; 
Word._Document doc =	app.Documents.Add(ref template, ref newTemplate, ref documentType, ref visible); 
doc.Words.First.InsertBefore (hdnVal.Value ); 
Word.ProofreadingErrors we =	doc.SpellingErrors; 
iErrorCount =	we.Count; doc.CheckSpelling( ref optional, ref optional, ref optional, ref optional, ref optional, ref optional, ref optional, ref optional, ref optional, ref optional, ref optional, ref optional); 
object first =	0; 
object last  =	doc.Characters.Count -1; 
string strTemp	= doc.Range(ref first, ref last).Text; 
doc.Close(ref saveChanges, ref originalFormat, ref routeDocument);
app.Quit(ref saveChanges, ref originalFormat, ref routeDocument); 


The problem is that, when i execute it in my system, its working fine.
But when i access the same URL from another machine, the spell check dialog is not opening but , its opening in the parent system.

What could be the problem? Kindly help me
Thanks

~VSree

QuestionCheck change in page values during post Pin
imsathy17-Jun-08 21:28
imsathy17-Jun-08 21:28 
AnswerRe: Check change in page values during post Pin
Blue_Boy17-Jun-08 21:43
Blue_Boy17-Jun-08 21:43 
QuestionText to number conversion in crystal report Pin
member2717-Jun-08 21:25
member2717-Jun-08 21:25 
QuestionHelp. Has somebody used the software from microsoft .named :XML_Notepad_2007 Pin
ice-hotty17-Jun-08 21:13
ice-hotty17-Jun-08 21:13 
AnswerRe: Help. Has somebody used the software from microsoft .named :XML_Notepad_2007 Pin
N a v a n e e t h17-Jun-08 22:07
N a v a n e e t h17-Jun-08 22:07 
GeneralRe: Help. Has somebody used the software from microsoft .named :XML_Notepad_2007 Pin
ice-hotty17-Jun-08 22:20
ice-hotty17-Jun-08 22:20 
QuestionHow .php file convert to .aspx Pin
Guvera17-Jun-08 21:13
Guvera17-Jun-08 21:13 
QuestionDataset size and how many rows it take Pin
Satish - Developer17-Jun-08 20:23
Satish - Developer17-Jun-08 20:23 
AnswerRe: Dataset size and how many rows it take Pin
Blue_Boy17-Jun-08 20:32
Blue_Boy17-Jun-08 20:32 
QuestionConfiguring IIS with new type... Pin
M LN Rao17-Jun-08 20:15
M LN Rao17-Jun-08 20:15 
QuestionCustorm Control For regular expression Pin
Malayil alex17-Jun-08 20:14
Malayil alex17-Jun-08 20:14 
AnswerRe: Custorm Control For regular expression Pin
Masood Kochi,SSF17-Jun-08 20:28
Masood Kochi,SSF17-Jun-08 20:28 
QuestionXML parsing Pin
indian14317-Jun-08 18:43
indian14317-Jun-08 18:43 
Questionmail message window of outlook [modified] Pin
Pankaj Garg17-Jun-08 18:24
Pankaj Garg17-Jun-08 18:24 
Questionmodule security Pin
raquidd2217-Jun-08 9:05
raquidd2217-Jun-08 9:05 
AnswerRe: module security Pin
Christian Graus17-Jun-08 18:13
protectorChristian Graus17-Jun-08 18:13 
QuestionToo Easy...GridView and Javascript question....Really?...Help. Pin
Csharp027617-Jun-08 8:55
Csharp027617-Jun-08 8:55 

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.