Click here to Skip to main content
15,899,937 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to insert data in a sql database from datagrid column Pin
mikone30-Aug-06 2:58
mikone30-Aug-06 2:58 
GeneralRe: How to insert data in a sql database from datagrid column Pin
choopie30-Aug-06 3:12
choopie30-Aug-06 3:12 
GeneralRe: How to insert data in a sql database from datagrid column Pin
Tom Wright30-Aug-06 4:18
Tom Wright30-Aug-06 4:18 
QuestionGeneric Classes and Pointer to one of its Typeparameters [modified] Pin
mikone30-Aug-06 2:30
mikone30-Aug-06 2:30 
QuestionHow Microsoft does it? Pin
jayvardhanpatil30-Aug-06 0:36
jayvardhanpatil30-Aug-06 0:36 
QuestionGetting Icon information from which an application is run Pin
Sgg24530-Aug-06 0:10
Sgg24530-Aug-06 0:10 
AnswerRe: Getting Icon information from which an application is run Pin
leppie30-Aug-06 0:59
leppie30-Aug-06 0:59 
QuestionIs it possible to serialise this in C#? [modified] Pin
stevenykl29-Aug-06 23:46
stevenykl29-Aug-06 23:46 
Dear users,

I have the following XML:

<name>MyName</name>
<descr>MyDesc</descr>

So the serialisation in C# would be:

[XmlElement("name")]
public string Name
{
get { return name; }
set { name = value; }
}

[XmlElement("descr")]
public string Descr
{
get { return descr; }
set { descr = value; }
}

But what if I have this?

<name>MyName</name>
<descr pos="after" type="string">MyDesc</descr>

Is the above possible to be serialised?

Thank you very much.

Regards,
Steven



-- modified at 5:52 Wednesday 30th August, 2006
AnswerRe: Is it possible to serialise this in C#? Pin
Andrei Ungureanu29-Aug-06 23:56
Andrei Ungureanu29-Aug-06 23:56 
GeneralRe: Is it possible to serialise this in C#? Pin
stevenykl30-Aug-06 0:11
stevenykl30-Aug-06 0:11 
QuestionRegarting tree view Drag drop Pin
chandler8329-Aug-06 22:32
chandler8329-Aug-06 22:32 
QuestionDrawing Pin
Vsree29-Aug-06 22:03
Vsree29-Aug-06 22:03 
AnswerRe: Drawing Pin
Andrei Ungureanu29-Aug-06 23:39
Andrei Ungureanu29-Aug-06 23:39 
GeneralRe: Drawing Pin
Vsree30-Aug-06 0:06
Vsree30-Aug-06 0:06 
GeneralRe: Drawing Pin
Andrei Ungureanu30-Aug-06 0:22
Andrei Ungureanu30-Aug-06 0:22 
GeneralRe: Drawing Pin
Robert Rohde30-Aug-06 5:05
Robert Rohde30-Aug-06 5:05 
QuestionWM_SETFOCUS? Pin
wbjohnson29-Aug-06 22:01
wbjohnson29-Aug-06 22:01 
AnswerRe: WM_SETFOCUS? Pin
mav.northwind30-Aug-06 9:47
mav.northwind30-Aug-06 9:47 
QuestionAGC Control Pin
Rahul.RK29-Aug-06 21:35
Rahul.RK29-Aug-06 21:35 
QuestionGet & Set Pin
Legolas_Bilbao29-Aug-06 21:15
Legolas_Bilbao29-Aug-06 21:15 
AnswerRe: Get & Set Pin
Kevin McFarlane29-Aug-06 22:33
Kevin McFarlane29-Aug-06 22:33 
AnswerRe: Get & Set Pin
Divyang Mithaiwala29-Aug-06 22:36
Divyang Mithaiwala29-Aug-06 22:36 
AnswerRe: Get & Set Pin
NaNg1524129-Aug-06 22:40
NaNg1524129-Aug-06 22:40 
AnswerRe: Get & Set Pin
vikas amin29-Aug-06 23:44
vikas amin29-Aug-06 23:44 
AnswerThanks to all Pin
Legolas_Bilbao30-Aug-06 2:39
Legolas_Bilbao30-Aug-06 2:39 

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.