Click here to Skip to main content
15,923,142 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to set the TIMEOUT property of WebClient class??? Pin
Chris Jobson8-Apr-03 8:46
Chris Jobson8-Apr-03 8:46 
GeneralRe: How to set the TIMEOUT property of WebClient class??? Pin
Small Rat8-Apr-03 13:03
Small Rat8-Apr-03 13:03 
GeneralRe: How to set the TIMEOUT property of WebClient class??? Pin
Chris Jobson9-Apr-03 7:58
Chris Jobson9-Apr-03 7:58 
Generalsystem.web.mail question Pin
ekuhner8-Apr-03 6:00
ekuhner8-Apr-03 6:00 
GeneralRe: system.web.mail question Pin
Jody Bell8-Apr-03 9:28
Jody Bell8-Apr-03 9:28 
GeneralRe: system.web.mail question Pin
Leon van Wyk10-Apr-03 2:09
professionalLeon van Wyk10-Apr-03 2:09 
GeneralFormating the xml-output from a DataSet Pin
Knappen8-Apr-03 5:33
Knappen8-Apr-03 5:33 
GeneralRe: Formating the xml-output from a DataSet Pin
Le centriste8-Apr-03 6:11
Le centriste8-Apr-03 6:11 
Do you have a schema? You need one to achieve this.

In VS, open the <yourschema>.xsd file,and click on DataSet tab at the bottom. You will see a table named table (as your example) and the columns with their types. You will see in the first column an E, change it to an A and there you go.

If you don't have a schema, simply build by hand a XML file that will look like what you want. Open it with VS and choose, from the XML menu, Create Schema.

In your program, before loading the DataSet with data from an XML file, or before saving to an XML file, use one of the myDataSet.ReadXmlSchema methods. When reading, always use the XmlReadMode.Auto and maybe set the myDataSet.EnforceConstraints property to true to detect any schema errors.

Have fun!
GeneralRe: Formating the xml-output from a DataSet Pin
Bruce Duncan9-Apr-03 1:19
Bruce Duncan9-Apr-03 1:19 
GeneralRe: Formating the xml-output from a DataSet Pin
Knappen9-Apr-03 3:36
Knappen9-Apr-03 3:36 
GeneralListBox and DataSource Pin
mkomasi8-Apr-03 4:52
mkomasi8-Apr-03 4:52 
GeneralRe: ListBox and DataSource Pin
Chris Jobson8-Apr-03 8:24
Chris Jobson8-Apr-03 8:24 
GeneralRe: ListBox and DataSource Pin
mkomasi8-Apr-03 19:12
mkomasi8-Apr-03 19:12 
GeneralRe: ListBox and DataSource Pin
Chris Jobson9-Apr-03 8:03
Chris Jobson9-Apr-03 8:03 
GeneralAdding a progressbar to a statusbar Pin
monrobot138-Apr-03 4:50
monrobot138-Apr-03 4:50 
GeneralRe: Adding a progressbar to a statusbar Pin
Chris Austin8-Apr-03 5:37
Chris Austin8-Apr-03 5:37 
GeneralRe: Adding a progressbar to a statusbar Pin
monrobot138-Apr-03 6:42
monrobot138-Apr-03 6:42 
GeneralRe: Adding a progressbar to a statusbar Pin
Thomas Freudenberg8-Apr-03 13:55
Thomas Freudenberg8-Apr-03 13:55 
GeneralRe: Adding a progressbar to a statusbar Pin
Thomas Freudenberg8-Apr-03 13:58
Thomas Freudenberg8-Apr-03 13:58 
QuestionGetLocaleInfo for .NET? Pin
Alvaro Mendez8-Apr-03 4:46
Alvaro Mendez8-Apr-03 4:46 
AnswerRe: GetLocaleInfo for .NET? Pin
Chris Jobson8-Apr-03 8:33
Chris Jobson8-Apr-03 8:33 
GeneralRe: GetLocaleInfo for .NET? Pin
Alvaro Mendez8-Apr-03 9:15
Alvaro Mendez8-Apr-03 9:15 
GeneralCustomize a Column Header of a Windows Form DataGrid Pin
mcolucci8-Apr-03 4:35
mcolucci8-Apr-03 4:35 
GeneralDataBase > Need the Amount of records in a database Pin
Leon van Wyk8-Apr-03 3:20
professionalLeon van Wyk8-Apr-03 3:20 
GeneralRe: DataBase > Need the Amount of records in a database Pin
Catherder8-Apr-03 4:02
Catherder8-Apr-03 4:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.