Asp.Net webservice vs Iphone

Discussion in 'ASP.NET WebServices' started by robertsaranya, Mar 25, 2011.

  1. How to insert multilpe rows into database at a time in Asp.net webservice.

    <New dataset>
    <table>
    <name>saran</name>
    <id>111</id>
    </table>
    <table>
    <name>robert</name>
    <id>222</id>
    </table>
    <table>
    <name>sudha</name>
    <id>333</id>
    </table>
    </New dataset>
    this type of xml tag is cum from iphone.
    plz help me ,how to insert these fields like name,id in database
     
  2. i send the push notification to iphone and android using C#.I downloaded APNS Sharp code from net.I give device id and payload and p12 file properly . Bt it didn't work.Pls give sample code
     
  3. { nvps: [ { name: “last_name”, value: “Smith”}, {name: “first_name”, value: “John”}, {name: “email_address”, value: “[email protected]”} ] }


    how to insert these object array values(name,value) into database.
    pls help me
     
  4. you can modify this sp to scroll through the list and put the whole lot of your list into variables then just insert 'em.

    hope this helps
     

Share This Page