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
  1. Home
  2. General Programming
  3. C#
  4. Binding WebService to DataSet

Binding WebService to DataSet

Scheduled Pinned Locked Moved C#
questionwpfwcf
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Aggressor
    wrote on last edited by
    #1

    Hi all, I have an urgent question. I have a WebService on the net that has such methods: Client[] getClients(); Software[] getSoftwareByClientId(int clientId); I made the code that populating the software DataBindingSource on CurrentChange event of the clients DataBindingSource. But i think it's not a nice solution because current item changed a lot. And it's calling the web service many times. Does anyone know some nice way to create custom DataSet wrapper for such WebService?

    C 1 Reply Last reply
    0
    • A Aggressor

      Hi all, I have an urgent question. I have a WebService on the net that has such methods: Client[] getClients(); Software[] getSoftwareByClientId(int clientId); I made the code that populating the software DataBindingSource on CurrentChange event of the clients DataBindingSource. But i think it's not a nice solution because current item changed a lot. And it's calling the web service many times. Does anyone know some nice way to create custom DataSet wrapper for such WebService?

      C Offline
      C Offline
      CodingYoshi
      wrote on last edited by
      #2

      If you really need help then you should try to take some time in preparing your question so people can understand it. What do you mean, I quote you: "I made the code that populating the software DataBindingSource on CurrentChange event of the clients DataBindingSource." Makes no sense. 1. First tell use what you want to do. 2. Then, tell us what you are doing. 3. Then, tell us what the problem is. I will respond once you make your question more clear as I do not understand you right now.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

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