Click here to Skip to main content
15,913,467 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Problem with Xml and Xsd Pin
Ennis Ray Lynch, Jr.19-Jul-10 10:12
Ennis Ray Lynch, Jr.19-Jul-10 10:12 
Sure, use the xsd.exe tool to create a .net class file from your xml schema file. Serialize your xml file to your .NET object. Reflect over the object changing all of the fields that are in the default or null value to a non-default value. Serialize to the file system. The other option is to change your xsd file to require given elements using the minimumOccurs="1" thus a valid xml will always have a "default" value. With this method you will not have to reflect after serialization to the object.

Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. I also do Android Programming as I find it a refreshing break from the MS.

"And they, since they Were not the one dead, turned to their affairs" -- Robert Frost

GeneralRe: Problem with Xml and Xsd Pin
AndyASPVB19-Jul-10 10:17
AndyASPVB19-Jul-10 10:17 
GeneralRe: Problem with Xml and Xsd Pin
Ennis Ray Lynch, Jr.19-Jul-10 10:27
Ennis Ray Lynch, Jr.19-Jul-10 10:27 
QuestionNeed to get codwebehind access to a new GridView row inserted using JQuery Pin
Adam Brown 319-Jul-10 7:35
Adam Brown 319-Jul-10 7:35 
AnswerRe: Need to get codwebehind access to a new GridView row inserted using JQuery [modified] Pin
Not Active19-Jul-10 8:48
mentorNot Active19-Jul-10 8:48 
QuestionClick() event not working in firefox Pin
kjsl2k919-Jul-10 3:47
kjsl2k919-Jul-10 3:47 
AnswerRe: Click() event not working in firefox Pin
T M Gray19-Jul-10 4:19
T M Gray19-Jul-10 4:19 
GeneralRe: Click() event not working in firefox Pin
kjsl2k919-Jul-10 5:42
kjsl2k919-Jul-10 5:42 
AnswerRe: Click() event not working in firefox Pin
Ennis Ray Lynch, Jr.19-Jul-10 4:46
Ennis Ray Lynch, Jr.19-Jul-10 4:46 
AnswerRe: Click() event not working in firefox Pin
Not Active19-Jul-10 5:36
mentorNot Active19-Jul-10 5:36 
Questionupdate table with select statement Pin
Amit Patel198519-Jul-10 0:48
Amit Patel198519-Jul-10 0:48 
AnswerRe: update table with select statement Pin
Prosanta Kundu online19-Jul-10 1:45
Prosanta Kundu online19-Jul-10 1:45 
AnswerRe: update table with select statement Pin
Peace ON19-Jul-10 2:03
Peace ON19-Jul-10 2:03 
QuestionUnable to connect to any of the specified MySQL hosts with asp.net Pin
Amit Patel198518-Jul-10 23:57
Amit Patel198518-Jul-10 23:57 
AnswerRe: Unable to connect to any of the specified MySQL hosts with asp.net Pin
Ankur\m/19-Jul-10 3:16
professionalAnkur\m/19-Jul-10 3:16 
QuestionHow to use tree view control? Pin
sazib18-Jul-10 21:02
sazib18-Jul-10 21:02 
AnswerRe: How to use tree view control? Pin
Peace ON18-Jul-10 21:04
Peace ON18-Jul-10 21:04 
AnswerRe: How to use tree view control? Pin
Prosanta Kundu online18-Jul-10 23:30
Prosanta Kundu online18-Jul-10 23:30 
QuestionDynamic Controls Problem Pin
vishnukamath18-Jul-10 20:12
vishnukamath18-Jul-10 20:12 
AnswerRe: Dynamic Controls Problem Pin
Prosanta Kundu online18-Jul-10 20:38
Prosanta Kundu online18-Jul-10 20:38 
GeneralRe: Dynamic Controls Problem Pin
vishnukamath18-Jul-10 20:51
vishnukamath18-Jul-10 20:51 
GeneralRe: Dynamic Controls Problem Pin
vishnukamath18-Jul-10 21:31
vishnukamath18-Jul-10 21:31 
QuestionHow to set folder privilege at runtime using asp.net ?? Pin
JC.KaNNaN18-Jul-10 3:32
JC.KaNNaN18-Jul-10 3:32 
AnswerRe: How to set folder privilege at runtime using asp.net ?? Pin
Kannan Ar18-Jul-10 3:47
professionalKannan Ar18-Jul-10 3:47 
QuestionPage level error in ASP.NET Pin
Neha_Gupta17-Jul-10 21:31
Neha_Gupta17-Jul-10 21:31 

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.