Click here to Skip to main content
15,924,482 members
Home / Discussions / C#
   

C#

 
GeneralRe: help me with search code Pin
netJP12L1-Mar-07 5:06
netJP12L1-Mar-07 5:06 
GeneralRe: help me with search code Pin
luckyve1-Mar-07 5:18
luckyve1-Mar-07 5:18 
GeneralRe: help me with search code Pin
luckyve1-Mar-07 5:14
luckyve1-Mar-07 5:14 
GeneralRe: help me with search code Pin
netJP12L1-Mar-07 8:16
netJP12L1-Mar-07 8:16 
QuestionIs it possible to set xsd-schema during serialization? Pin
Ptmk1-Mar-07 2:34
Ptmk1-Mar-07 2:34 
AnswerRe: Is it possible to set xsd-schema during serialization? Pin
Stefan Troschuetz1-Mar-07 2:58
Stefan Troschuetz1-Mar-07 2:58 
GeneralRe: Is it possible to set xsd-schema during serialization? Pin
Ptmk1-Mar-07 18:37
Ptmk1-Mar-07 18:37 
AnswerRe: Is it possible to set xsd-schema during serialization? Pin
Ennis Ray Lynch, Jr.1-Mar-07 6:37
Ennis Ray Lynch, Jr.1-Mar-07 6:37 
I don't think the fractional parts is a requirement but a restriction. 4, 4.0, 4.00, 4.000, and 4.000 would all be valid according to the XSD schema.

If you are really picky add some attributes to the Gross property

System.Xml.Serialization.XmlElement("Gross")
System.Xml.Serialization.XmlType("decimal")

and then modify the property as required (ie return a string)

BTW, I keep saying this because I am an ass but xml elements should be camelCase.



File Not Found

GeneralRe: Is it possible to set xsd-schema during serialization? Pin
Ptmk1-Mar-07 18:38
Ptmk1-Mar-07 18:38 
GeneralYou misunderstand Pin
Ennis Ray Lynch, Jr.1-Mar-07 18:43
Ennis Ray Lynch, Jr.1-Mar-07 18:43 
GeneralRe: You misunderstand Pin
Ptmk1-Mar-07 19:52
Ptmk1-Mar-07 19:52 
GeneralRe: You misunderstand Pin
Ennis Ray Lynch, Jr.1-Mar-07 20:01
Ennis Ray Lynch, Jr.1-Mar-07 20:01 
GeneralRe: You misunderstand Pin
Ptmk2-Mar-07 0:17
Ptmk2-Mar-07 0:17 
QuestionOpening an application on remote machine .... Pin
Saaaaz1-Mar-07 2:26
Saaaaz1-Mar-07 2:26 
AnswerRe: Opening an application on remote machine .... Pin
Dave Kreskowiak1-Mar-07 6:39
mveDave Kreskowiak1-Mar-07 6:39 
QuestionForm holding Pin
hiremath711-Mar-07 2:23
hiremath711-Mar-07 2:23 
AnswerRe: Form holding Pin
Obaid ur Rehman1-Mar-07 2:31
Obaid ur Rehman1-Mar-07 2:31 
AnswerRe: Form holding Pin
Stefan Troschuetz1-Mar-07 2:32
Stefan Troschuetz1-Mar-07 2:32 
QuestionGetting the screen resolution Pin
Icarus1231-Mar-07 2:09
Icarus1231-Mar-07 2:09 
AnswerRe: Getting the screen resolution Pin
Stefan Troschuetz1-Mar-07 2:29
Stefan Troschuetz1-Mar-07 2:29 
AnswerRe: Getting the screen resolution Pin
Scott Dorman1-Mar-07 16:07
professionalScott Dorman1-Mar-07 16:07 
Questionread from file Pin
shereem khaleel1-Mar-07 1:56
shereem khaleel1-Mar-07 1:56 
AnswerRe: read from file Pin
Colin Angus Mackay1-Mar-07 2:03
Colin Angus Mackay1-Mar-07 2:03 
QuestionQuerry regarding DirListBox control Pin
s_123451-Mar-07 1:34
s_123451-Mar-07 1:34 
QuestionEvents in an interface Pin
jdkulkarni1-Mar-07 1:10
jdkulkarni1-Mar-07 1:10 

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.