Click here to Skip to main content
15,867,453 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: asp:Textbox control Pin
Anurag Gandhi6-Aug-10 1:18
professionalAnurag Gandhi6-Aug-10 1:18 
GeneralRe: asp:Textbox control Pin
Phan7om6-Aug-10 1:49
Phan7om6-Aug-10 1:49 
GeneralRe: asp:Textbox control Pin
Not Active6-Aug-10 2:29
mentorNot Active6-Aug-10 2:29 
QuestionAjax Drag And drop Pin
SreejithKumar M6-Aug-10 0:44
SreejithKumar M6-Aug-10 0:44 
AnswerRe: Ajax Drag And drop Pin
Sandeep Mewara6-Aug-10 8:01
mveSandeep Mewara6-Aug-10 8:01 
Questionsmall help for email sending Pin
Hemant Thaker5-Aug-10 21:50
Hemant Thaker5-Aug-10 21:50 
AnswerRe: small help for email sending Pin
Yusuf6-Aug-10 5:04
Yusuf6-Aug-10 5:04 
QuestionApplication.Find.Execute() method is giving problem in Windows Server 2003 Pin
raghvendrapanda5-Aug-10 21:30
raghvendrapanda5-Aug-10 21:30 
Following is my code:-

Word.Range SearchArea = _aDoc.Application.ActiveDocument.Range(ref _missing, ref _missing);
// _aDoc.Content.Find.Replacement.ClearFormatting();

_aDoc.Application.Selection.Find.Execute(ref findText, 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, ref _missing);
SearchArea = _aDoc.Application.Selection.Find.Replacement.Application.Selection.Range;
Object oMissed = SearchArea;
Object oLinkToFile = false; //default
Object oSaveWithDocument = true;//default
_aDoc.InlineShapes.AddPicture(fileName, ref oLinkToFile, ref oSaveWithDocument, ref oMissed);
File.Delete(fileName);
this.FindAndReplace1("Sign1", "");

Running successfully in Windows Xp but not working in Windows Server 2003

Here i am getting exception
_aDoc.Application.Selection.Find.Execute(ref findText, 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, ref _missing);

Please any help is appreciated.reuired urgently

Thanks
AnswerRe: Application.Find.Execute() method is giving problem in Windows Server 2003 Pin
Prosanta Kundu online5-Aug-10 22:39
Prosanta Kundu online5-Aug-10 22:39 
GeneralRe: Application.Find.Execute() method is giving problem in Windows Server 2003 Pin
raghvendrapanda6-Aug-10 0:20
raghvendrapanda6-Aug-10 0:20 
AnswerRe: Application.Find.Execute() method is giving problem in Windows Server 2003 Pin
Prosanta Kundu online6-Aug-10 1:29
Prosanta Kundu online6-Aug-10 1:29 
GeneralRe: Application.Find.Execute() method is giving problem in Windows Server 2003 Pin
raghvendrapanda6-Aug-10 1:39
raghvendrapanda6-Aug-10 1:39 
GeneralRe: Application.Find.Execute() method is giving problem in Windows Server 2003 Pin
Prosanta Kundu online6-Aug-10 2:05
Prosanta Kundu online6-Aug-10 2:05 
QuestionHow i Display FLASH image into Netscap Navigator Pin
Ravindra Bisen5-Aug-10 20:42
Ravindra Bisen5-Aug-10 20:42 
GeneralRe: How i Display FLASH image into Netscap Navigator Pin
Venkatesh Mookkan5-Aug-10 20:53
Venkatesh Mookkan5-Aug-10 20:53 
AnswerRe: How i Display FLASH image into Netscap Navigator Pin
Prosanta Kundu online5-Aug-10 21:11
Prosanta Kundu online5-Aug-10 21:11 
QuestionCustom Config file changes not loaded under framework 3.5 Pin
andrew_dk5-Aug-10 12:53
andrew_dk5-Aug-10 12:53 
QuestionHow To Hide AuxiliaryPaneContent in Ribbon Control Pin
idreesbadshah5-Aug-10 3:13
idreesbadshah5-Aug-10 3:13 
AnswerRe: How To Hide AuxiliaryPaneContent in Ribbon Control Pin
Venkatesh Mookkan5-Aug-10 20:58
Venkatesh Mookkan5-Aug-10 20:58 
QuestionDisplay a table Pin
Mansi Arora5-Aug-10 1:21
Mansi Arora5-Aug-10 1:21 
AnswerRe: Display a table Pin
Anurag Gandhi5-Aug-10 19:31
professionalAnurag Gandhi5-Aug-10 19:31 
QuestionServer error in ASP.NET while publishing Pin
Ahamed Azeem4-Aug-10 23:11
Ahamed Azeem4-Aug-10 23:11 
AnswerRe: Server error in ASP.NET while publishing Pin
m@dhu5-Aug-10 0:21
m@dhu5-Aug-10 0:21 
GeneralRe: Server error in ASP.NET while publishing Pin
Ahamed Azeem5-Aug-10 0:45
Ahamed Azeem5-Aug-10 0:45 
GeneralRe: Server error in ASP.NET while publishing Pin
m@dhu5-Aug-10 1:17
m@dhu5-Aug-10 1:17 

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.