Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
I

impeesa_01

@impeesa_01
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • invoke webservice with xmlhttprequest
    I impeesa_01

    hi Cybernate, thanks for your reply. but i really new in this field and just a little of web programming. could you give me link where i have to go, meanwhile i am trying to googling. shall i create a webservice to consume it webservice since the target webservice provided by another party, or just create web page to consume the webservice? thanks and regards, edi

    gain new knowledge through knowledge-sharing

    ASP.NET xml question csharp delphi asp-net

  • Gridview ?
    I impeesa_01

    i used to use gridview to show detail record from certain header. for example, i record data from Purchase order which contains POHeader saved in table named T_Header that consist of Pono, podate,requester,supplier, and orderdetail saved in table named T_Detail consist of orderlineno, partcode, and priceunit which is recorded line by line. all orderdetail i have recorded shown in gridview. regards, edi

    gain new knowledge through knowledge-sharing

    ASP.NET question tutorial

  • invoke webservice with xmlhttprequest
    I impeesa_01

    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

    ASP.NET xml question csharp delphi asp-net
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups