converting dataset to string type

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mathewgk80
    New Member
    • Sep 2007
    • 103

    converting dataset to string type

    Hi all,
    I would like to convert dataset type to string type...
    i am using asp.net,c#.net and sql server..

    Please help me.

    Regards,
    Mathew
    Last edited by mathewgk80; Oct 12 '07, 03:45 PM. Reason: Spelling mistake
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    And just what do you want in your string?
    All objects have a .ToString() function, but for many things all it returns is the same as .GetType().Name

    Comment

    Working...