Click here to Skip to main content
15,881,709 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Post Date Alert Issue in Localization Pin
Peace ON19-Jul-10 23:59
Peace ON19-Jul-10 23:59 
QuestionParallels Plesk Panel API RPC Protocol Pin
Eaverae19-Jul-10 22:03
Eaverae19-Jul-10 22:03 
QuestionHide ASP.Net Web User Control (.ascx) using Javascript/Code Behind Pin
NTheOne19-Jul-10 20:03
NTheOne19-Jul-10 20:03 
AnswerRe: Hide ASP.Net Web User Control (.ascx) using Javascript/Code Behind [modified] Pin
Tej Aj19-Jul-10 20:14
Tej Aj19-Jul-10 20:14 
GeneralRe: Hide ASP.Net Web User Control (.ascx) using Javascript/Code Behind Pin
NTheOne19-Jul-10 21:05
NTheOne19-Jul-10 21:05 
QuestionProblem with Xml and Xsd Pin
AndyASPVB19-Jul-10 9:54
AndyASPVB19-Jul-10 9:54 
AnswerRe: Problem with Xml and Xsd Pin
brunoseixas19-Jul-10 10:07
brunoseixas19-Jul-10 10:07 
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 

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.