Click here to Skip to main content
15,907,687 members
Home / Discussions / C#
   

C#

 
GeneralRe: Get trouble when binding data to combobox Pin
dabuskol14-Jun-04 23:49
dabuskol14-Jun-04 23:49 
GeneralRe: Get trouble when binding data to combobox Pin
uyenchi14-Jun-04 23:54
uyenchi14-Jun-04 23:54 
GeneralRe: Get trouble when binding data to combobox Pin
Heath Stewart15-Jun-04 3:30
protectorHeath Stewart15-Jun-04 3:30 
Questionhow to make messenger-like messagebox Pin
troels_sorensen14-Jun-04 22:33
troels_sorensen14-Jun-04 22:33 
AnswerRe: how to make messenger-like messagebox Pin
Heath Stewart15-Jun-04 3:27
protectorHeath Stewart15-Jun-04 3:27 
QuestionIs there a way to serialize to an XML file? Pin
matthias s.14-Jun-04 22:21
matthias s.14-Jun-04 22:21 
AnswerRe: Is there a way to serialize to an XML file? Pin
Member 114126615-Jun-04 0:47
Member 114126615-Jun-04 0:47 
AnswerRe: Is there a way to serialize to an XML file? Pin
Heath Stewart15-Jun-04 3:26
protectorHeath Stewart15-Jun-04 3:26 
The SerializableAttribute has nothing to do with XML Serialization (only Runtime Serialization).

Any class can be serialized using XML Serializer (see the documentation for the XmlSerializer class in the .NET Framework SDK). Only public properties and fields are serialized, however. You can use the XML Serialization attributes (read about the classes in the System.Xml.Serialization namespace), such as the element or attribute name for a property, the data type (if you want to override the default behavior), the namespace of a class or element, etc.

Read the class documentation for the XmlSerializer in the .NET Framework SDK. There are links to a lot of topics in the .NET Framework SDK as well as several good examples and snippets of code.

 

Microsoft MVP, Visual C#
My Articles
GeneralMultiline textbox down arrow is missing Pin
Sudhakar Pasupunuri14-Jun-04 21:42
Sudhakar Pasupunuri14-Jun-04 21:42 
GeneralRe: Multiline textbox down arrow is missing Pin
Fouad_kayali15-Jun-04 0:16
Fouad_kayali15-Jun-04 0:16 
GeneralRe: Multiline textbox down arrow is missing Pin
Heath Stewart15-Jun-04 3:22
protectorHeath Stewart15-Jun-04 3:22 
GeneralRe: Multiline textbox down arrow is missing Pin
Sudhakar Pasupunuri15-Jun-04 3:41
Sudhakar Pasupunuri15-Jun-04 3:41 
GeneralRe: Multiline textbox down arrow is missing Pin
Heath Stewart15-Jun-04 4:01
protectorHeath Stewart15-Jun-04 4:01 
GeneralRe: Multiline textbox down arrow is missing Pin
Wackatronic15-Jun-04 9:26
Wackatronic15-Jun-04 9:26 
GeneralRe: Multiline textbox down arrow is missing Pin
Sudhakar Pasupunuri15-Jun-04 20:01
Sudhakar Pasupunuri15-Jun-04 20:01 
GeneralDatabinding objects Pin
WillemM14-Jun-04 21:40
WillemM14-Jun-04 21:40 
GeneralRe: Databinding objects Pin
Heath Stewart15-Jun-04 3:19
protectorHeath Stewart15-Jun-04 3:19 
GeneralNULLReferenceException Pin
qur14-Jun-04 21:39
qur14-Jun-04 21:39 
GeneralRe: NULLReferenceException Pin
Heath Stewart15-Jun-04 3:15
protectorHeath Stewart15-Jun-04 3:15 
Generalhelp! java webservices and C# clients... Pin
Nik Vogiatzis14-Jun-04 20:56
Nik Vogiatzis14-Jun-04 20:56 
GeneralRe: help! java webservices and C# clients... Pin
Heath Stewart15-Jun-04 3:08
protectorHeath Stewart15-Jun-04 3:08 
GeneralRe: help! java webservices and C# clients... Pin
Nik Vogiatzis15-Jun-04 3:14
Nik Vogiatzis15-Jun-04 3:14 
GeneralRe: help! java webservices and C# clients... Pin
Heath Stewart15-Jun-04 3:57
protectorHeath Stewart15-Jun-04 3:57 
GeneralRe: help! java webservices and C# clients... Pin
Nik Vogiatzis15-Jun-04 12:12
Nik Vogiatzis15-Jun-04 12:12 
GeneralHTTP Requests and Posts Pin
Richard Beacroft14-Jun-04 20:40
Richard Beacroft14-Jun-04 20:40 

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.