Click here to Skip to main content
15,885,546 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: dropdownlist Pin
Sarfaraj Ahmed31-Oct-07 3:20
Sarfaraj Ahmed31-Oct-07 3:20 
GeneralRe: dropdownlist Pin
Imran Khan Pathan31-Oct-07 3:26
Imran Khan Pathan31-Oct-07 3:26 
AnswerRe: dropdownlist Pin
Arif patel31-Oct-07 3:27
Arif patel31-Oct-07 3:27 
GeneralRe: dropdownlist Pin
Kasi Viswanathan31-Oct-07 3:46
Kasi Viswanathan31-Oct-07 3:46 
GeneralRe: dropdownlist Pin
Arif patel31-Oct-07 3:59
Arif patel31-Oct-07 3:59 
Questioninsert statements Pin
Paul McGann31-Oct-07 2:58
professionalPaul McGann31-Oct-07 2:58 
QuestionServer did not recognize the value of HTTP Header SOAPAction: http:// Pin
PavanPareta31-Oct-07 2:37
PavanPareta31-Oct-07 2:37 
Questionhttp request error Pin
ybasha31-Oct-07 2:34
ybasha31-Oct-07 2:34 
Hi there,

i have the folder with may word document am using the below function to send word document to a PDFserver and convert into PDF, for example i will send(infile,outfile)-> (test.doc,test.pdf) but when i send the request it converting all the word file inside the folder any suggestions??

private string CallAsService(string inFile, string strPdfFunctionName, string strApproverName)
{
XMLHTTPRequestClass oXMLHTTP = new XMLHTTPRequestClass();
string [] parsePath = inFile.Split('\\');
string strDocumentNumber = parsePath[ parsePath.Length - 3].ToUpper().Trim();
//string serverUrl = ConfigurationSettings.AppSettings.Get("YtiPdfUrl").Trim()+ "?inFile=" + Server.UrlEncode(inFile) + "&DocNum=" + strDocumentNumber + "&do=" + strPdfFunctionName.Trim().ToUpper() + "&Name=" + strApproverName ;
string serverUrl = _pdfServer1.Trim()+ "?inFile=" + Server.UrlEncode(inFile) + "&DocNum=" + strDocumentNumber + "&do=" + strPdfFunctionName.Trim().ToUpper() + "&Name=" + strApproverName ;
oXMLHTTP.open("POST", serverUrl, (object)false,(object)"",(object)"");
oXMLHTTP.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
oXMLHTTP.send(null);
return oXMLHTTP.responseText;
}


regards
ybasha
QuestionFaxing service Pin
SreejithAchutan31-Oct-07 2:32
SreejithAchutan31-Oct-07 2:32 
AnswerRe: Faxing service Pin
John-ph31-Oct-07 3:15
John-ph31-Oct-07 3:15 
QuestionHow to avoid Master Page Javascript Event in aspx Pin
VenkataRamana.Gali31-Oct-07 2:28
VenkataRamana.Gali31-Oct-07 2:28 
AnswerRe: .NET Framework 3.0 var data type - Aspect Oriented Pin
John-ph31-Oct-07 2:41
John-ph31-Oct-07 2:41 
GeneralRe: .NET Framework 3.0 var data type - Aspect Oriented Pin
Malcolm Smart31-Oct-07 3:38
Malcolm Smart31-Oct-07 3:38 
Questionadding com componet Pin
kiran.puchakayala31-Oct-07 2:03
kiran.puchakayala31-Oct-07 2:03 
AnswerRe: adding com componet Pin
John-ph31-Oct-07 2:29
John-ph31-Oct-07 2:29 
AnswerRe: adding com componet Pin
Arif patel31-Oct-07 2:34
Arif patel31-Oct-07 2:34 
GeneralRe: adding com componet Pin
Kasi Viswanathan31-Oct-07 3:14
Kasi Viswanathan31-Oct-07 3:14 
QuestionGlobal.asax Problem Pin
sivaram praveen31-Oct-07 1:58
sivaram praveen31-Oct-07 1:58 
AnswerRe: Global.asax Problem Pin
John-ph31-Oct-07 2:10
John-ph31-Oct-07 2:10 
QuestionRe: Global.asax Problem Pin
sivaram praveen31-Oct-07 2:52
sivaram praveen31-Oct-07 2:52 
AnswerRe: Global.asax Problem Pin
John-ph31-Oct-07 3:26
John-ph31-Oct-07 3:26 
GeneralRe: Global.asax Problem Pin
sivaram praveen31-Oct-07 4:02
sivaram praveen31-Oct-07 4:02 
GeneralRe: Global.asax Problem Pin
John-ph31-Oct-07 5:25
John-ph31-Oct-07 5:25 
AnswerRe: Global.asax Problem Pin
Malcolm Smart31-Oct-07 3:41
Malcolm Smart31-Oct-07 3:41 
Questionrefresh DDL without refreshing whole page Pin
Sarfaraj Ahmed31-Oct-07 1:48
Sarfaraj Ahmed31-Oct-07 1:48 

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.