Click here to Skip to main content
15,885,954 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Display pop up data Pin
Peace ON19-Jul-10 22:45
Peace ON19-Jul-10 22:45 
GeneralRe: Display pop up data Pin
SatyaKeerthi1519-Jul-10 23:08
SatyaKeerthi1519-Jul-10 23:08 
QuestionRe: Display pop up data Pin
Peace ON19-Jul-10 23:50
Peace ON19-Jul-10 23:50 
AnswerRe: Display pop up data Pin
SatyaKeerthi1520-Jul-10 0:34
SatyaKeerthi1520-Jul-10 0:34 
AnswerRe: Display pop up data Pin
Peace ON20-Jul-10 1:23
Peace ON20-Jul-10 1:23 
GeneralRe: Display pop up data Pin
SatyaKeerthi1520-Jul-10 1:26
SatyaKeerthi1520-Jul-10 1:26 
AnswerRe: Display pop up data Pin
Peace ON20-Jul-10 1:42
Peace ON20-Jul-10 1:42 
GeneralRe: Display pop up data Pin
SatyaKeerthi1520-Jul-10 2:44
SatyaKeerthi1520-Jul-10 2:44 
AnswerRe: Display pop up data Pin
Peace ON20-Jul-10 3:56
Peace ON20-Jul-10 3:56 
GeneralRe: Display pop up data Pin
SatyaKeerthi1520-Jul-10 18:36
SatyaKeerthi1520-Jul-10 18:36 
QuestionPost Date Alert Issue in Localization Pin
Amit Patel198519-Jul-10 22:34
Amit Patel198519-Jul-10 22:34 
AnswerRe: Post Date Alert Issue in Localization Pin
Peace ON19-Jul-10 22:54
Peace ON19-Jul-10 22:54 
GeneralRe: Post Date Alert Issue in Localization Pin
Amit Patel198519-Jul-10 23:22
Amit Patel198519-Jul-10 23:22 
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 

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.