c# to xml

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rag007
    New Member
    • Jul 2007
    • 2

    c# to xml

    is there any way so that my windows form application will be returning the output in the form of xml
    ie: when i click a btn it should convert it to xml form and store or display
  • dip_developer
    Recognized Expert Contributor
    • Aug 2006
    • 648

    #2
    Originally posted by rag007
    is there any way so that my windows form application will be returning the output in the form of xml
    ie: when i click a btn it should convert it to xml form and store or display
    what type of output??? what is the data???
    you can have a sql query and fetch record from database in a dataset......no w you can easily convert this dataset to xml.......
    important thing is which type of data you want as XML ..........

    Comment

    • rag007
      New Member
      • Jul 2007
      • 2

      #3
      Originally posted by dip_developer
      what type of output??? what is the data???
      you can have a sql query and fetch record from database in a dataset......no w you can easily convert this dataset to xml.......
      important thing is which type of data you want as XML ..........
      my windows form i having some dataa in it which needs to be exported to other form text doc like pdf doc etc so i have a code that does it but it needs it to be converted to xml as the in put so i need all the data that is in that form to be converted in to xml for further process

      Comment

      • krishm
        New Member
        • Jul 2007
        • 5

        #4
        hi rahul

        wanted to tell u that u r in a real bad problem

        cant help much

        krish

        Comment

        • anucs10
          New Member
          • Sep 2007
          • 2

          #5
          I want to that when click on button the gridview value save in xml and csv format.

          Comment

          Working...