dataset

  1. E

    Question Hidden Text Boxes - XSD Dataset

    I have several Windows forms and they all work fine, but I find that I have an issue with accessing the dataset. I am using a lot of hidden fields to supply values to my procedure from the database as opposed to accessing the dataset directly. While this works, it is unclean and I like to...
  2. P

    Question How do I populate a Strongly Typed DataSet with XML

    Hello, I'm using VS2008 Standard, and I am trying to populate a table in a strongly typed dataset used for the ReportViewer. I want to read in an XML file which was created manually using ds.WriteXML. The strongly typed dataset has been created to match the structure of the XML file written with...
Back
Top