NameValueCollection

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tni@nc.rr.com

    #1

    NameValueCollection

    Hi,

    What is the easiest way to pass the result (name/value) from a SQL
    query into a NameValueCollec tion in the consumer?

    Thomas

  • Sami Vaaraniemi

    #2
    Re: NameValueCollec tion


    <tni@nc.rr.co m> wrote in message
    news:1110952610 .962385.170440@ l41g2000cwc.goo glegroups.com.. .[color=blue]
    > Hi,
    >
    > What is the easiest way to pass the result (name/value) from a SQL
    > query into a NameValueCollec tion in the consumer?
    >
    > Thomas
    >[/color]

    You can't use a NameValueCollec tion as a parameter or return value in a Web
    Method. Search Google Groups for "Pass NameValueCollec tion as Parameter in
    WebMethod" and you'll find a work-around.

    Regards,
    Sami


    Comment

    Working...