Click here to Skip to main content
15,917,652 members
Home / Discussions / C#
   

C#

 
GeneralExtremely odd freak incident. Pin
Christer Claesson21-May-04 3:02
Christer Claesson21-May-04 3:02 
GeneralRe: Extremely odd freak incident. Pin
Dave Kreskowiak21-May-04 3:04
mveDave Kreskowiak21-May-04 3:04 
GeneralRe: Extremely odd freak incident. Pin
Christer Claesson21-May-04 3:09
Christer Claesson21-May-04 3:09 
GeneralRe: Extremely odd freak incident. Pin
Dave Kreskowiak21-May-04 3:55
mveDave Kreskowiak21-May-04 3:55 
GeneralSolved it! Pin
Christer Claesson21-May-04 4:49
Christer Claesson21-May-04 4:49 
GeneralRe: Solved it! Pin
Dave Kreskowiak21-May-04 8:57
mveDave Kreskowiak21-May-04 8:57 
GeneralCombine Xml's Pin
bertcox20-May-04 23:56
bertcox20-May-04 23:56 
GeneralRe: Combine Xml's Pin
Heath Stewart21-May-04 4:20
protectorHeath Stewart21-May-04 4:20 
When you read an XML file into a DataSet (to bind to a DataGrid or any other data-bindable control), attributes on "table" elements are treated as columns as well as the child elements.

If you want to save your DataSet in a different format, then you should either use an XslTransform to transform the data before saving to disk or just use the XML DOM classes (in System.Xml) to do so manually. The nice thing about XML is that you can do just about anything you want with it if you know how. It's really not hard. I suggest reading the System.Xml namespace member documentation, as well as the many XML topics in the .NET Framework SDK.

 

Microsoft MVP, Visual C#
My Articles
GeneralBitmap.Save("bmpname",ImageFormat.Gif)'s problem Pin
fu020-May-04 23:50
fu020-May-04 23:50 
GeneralRe: Bitmap.Save("bmpname",ImageFormat.Gif)'s problem Pin
fu020-May-04 23:54
fu020-May-04 23:54 
GeneralRe: Bitmap.Save("bmpname",ImageFormat.Gif)'s problem Pin
Dave Kreskowiak21-May-04 2:50
mveDave Kreskowiak21-May-04 2:50 
GeneralRe: Bitmap.Save("bmpname",ImageFormat.Gif)'s problem Pin
fu021-May-04 16:43
fu021-May-04 16:43 
GeneralRe: Bitmap.Save("bmpname",ImageFormat.Gif)'s problem Pin
Dave Kreskowiak21-May-04 17:12
mveDave Kreskowiak21-May-04 17:12 
GeneralWeb service Exception Pin
Cutespn20-May-04 22:56
Cutespn20-May-04 22:56 
GeneralRe: Web service Exception Pin
Dave Kreskowiak21-May-04 2:44
mveDave Kreskowiak21-May-04 2:44 
GeneralRe: Web service Exception Pin
Heath Stewart21-May-04 4:12
protectorHeath Stewart21-May-04 4:12 
GeneralCreating a textbox dynamically!!! Pin
mmxguy20-May-04 22:29
mmxguy20-May-04 22:29 
GeneralRe: Creating a textbox dynamically!!! Pin
Aryadip21-May-04 0:16
Aryadip21-May-04 0:16 
GeneralRe: Creating a textbox dynamically!!! Pin
sreejith ss nair21-May-04 1:34
sreejith ss nair21-May-04 1:34 
QuestionHow to add new cursor image to default list Pin
sachinkalse20-May-04 22:01
sachinkalse20-May-04 22:01 
AnswerRe: How to add new cursor image to default list Pin
Syed Abdul Khader21-May-04 1:00
Syed Abdul Khader21-May-04 1:00 
GeneralRe: How to add new cursor image to default list Pin
sreejith ss nair21-May-04 1:48
sreejith ss nair21-May-04 1:48 
GeneralRelative Paths Pin
myNameIsRon20-May-04 21:50
myNameIsRon20-May-04 21:50 
GeneralRe: Relative Paths Pin
Dave Kreskowiak21-May-04 2:25
mveDave Kreskowiak21-May-04 2:25 
GeneralRe: Relative Paths Pin
myNameIsRon21-May-04 6:12
myNameIsRon21-May-04 6:12 

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.