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

ASP.NET

 
Questionhow to store data in sql server frm a excel sheet Pin
bhii10-Mar-09 19:34
bhii10-Mar-09 19:34 
AnswerRe: how to store data in sql server frm a excel sheet Pin
Christian Graus10-Mar-09 20:08
protectorChristian Graus10-Mar-09 20:08 
AnswerRe: how to store data in sql server frm a excel sheet Pin
kumar_k50812-Mar-09 0:55
kumar_k50812-Mar-09 0:55 
Questionmaster page in asp Pin
bhii10-Mar-09 19:30
bhii10-Mar-09 19:30 
AnswerRe: master page in asp Pin
Christian Graus10-Mar-09 20:06
protectorChristian Graus10-Mar-09 20:06 
QuestionLine 1: Incorrect syntax near ')'. Pin
montyhasan10-Mar-09 18:57
montyhasan10-Mar-09 18:57 
AnswerRe: Line 1: Incorrect syntax near ')'. Pin
Christian Graus10-Mar-09 20:07
protectorChristian Graus10-Mar-09 20:07 
Questioninvoke webservice with xmlhttprequest Pin
impeesa_0110-Mar-09 15:50
professionalimpeesa_0110-Mar-09 15:50 
hi all,

i have code that i believe built in delphi as follows :

xml_string:


<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<upload_item xmlns="http://tempuri.org/">
<batch>int</batch>
<customer_id>string</customer_id>
<customer>string</customer>
<city>string</city>
<location>string</location>
<lot_no>string</lot_no>
<net>double</net>
<co_no>string</co_no>
<ln>string</ln>
<item_no>string</item_no>
<del_date>string</del_date>
<do_no>string</do_no>
</upload_item>
</soap:Body>
</soap:Envelope>

XMLHTTPRequest1.open('POST','http://localhost/tmsws/service.asmx?op=upload_item',false);
XMLHTTPRequest1.setRequestHeader('Content-Type','text/xml; charset=utf-8');
XMLHTTPRequest1.Send(xml_string);
XMLResult := XMLHTTPRequest1.responseText;


how can i do it in asp.net?

thanks and regards,
edi

gain new knowledge through knowledge-sharing

AnswerRe: invoke webservice with xmlhttprequest Pin
Cybernate11-Mar-09 6:38
Cybernate11-Mar-09 6:38 
GeneralRe: invoke webservice with xmlhttprequest Pin
impeesa_0111-Mar-09 15:42
professionalimpeesa_0111-Mar-09 15:42 
QuestionCannot Use IIS Pin
MrColeyted10-Mar-09 14:40
MrColeyted10-Mar-09 14:40 
AnswerRe: Cannot Use IIS Pin
Yusuf10-Mar-09 15:23
Yusuf10-Mar-09 15:23 
GeneralRe: Cannot Use IIS [modified] Pin
MrColeyted10-Mar-09 15:32
MrColeyted10-Mar-09 15:32 
QuestionException handling with web services in ASP.NET 3.5 Pin
Member 391904910-Mar-09 14:14
Member 391904910-Mar-09 14:14 
QuestionUpdate Database(ACCESS) from ASP page Pin
daks90610-Mar-09 10:13
daks90610-Mar-09 10:13 
AnswerRe: Update Database(ACCESS) from ASP page Pin
Yusuf10-Mar-09 11:20
Yusuf10-Mar-09 11:20 
QuestionASP.Net 1.1, VB.Net 2003 and SQL Server 2005 Pin
Ragonastick10-Mar-09 9:43
Ragonastick10-Mar-09 9:43 
AnswerRe: ASP.Net 1.1, VB.Net 2003 and SQL Server 2005 Pin
Ragonastick10-Mar-09 9:46
Ragonastick10-Mar-09 9:46 
AnswerRe: ASP.Net 1.1, VB.Net 2003 and SQL Server 2005 Pin
Rutvik Dave11-Mar-09 6:20
professionalRutvik Dave11-Mar-09 6:20 
GeneralRe: ASP.Net 1.1, VB.Net 2003 and SQL Server 2005 Pin
Ragonastick13-Mar-09 7:20
Ragonastick13-Mar-09 7:20 
Questioncompilation error while running the application Pin
misha singhal10-Mar-09 8:16
misha singhal10-Mar-09 8:16 
AnswerRe: compilation error while running the application Pin
Calin Tatar10-Mar-09 9:28
Calin Tatar10-Mar-09 9:28 
Questioncreating a daemon process [modified] Pin
liz310-Mar-09 8:00
liz310-Mar-09 8:00 
AnswerRe: creating a daemon process Pin
fred_10-Mar-09 8:24
fred_10-Mar-09 8:24 
QuestionLooking for a starting point (ftp7 lockout) Pin
cechode10-Mar-09 6:53
cechode10-Mar-09 6:53 

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.