Click here to Skip to main content
15,895,667 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Problem with MSI Installer Pin
Subrahmanya Narayana3-Mar-09 21:44
Subrahmanya Narayana3-Mar-09 21:44 
Questionsplitting image Pin
rohan40403-Mar-09 19:46
rohan40403-Mar-09 19:46 
AnswerRe: splitting image Pin
Thomas Stockwell5-Mar-09 7:48
professionalThomas Stockwell5-Mar-09 7:48 
Questioncoverting image Pin
rohan40403-Mar-09 19:45
rohan40403-Mar-09 19:45 
AnswerRe: coverting image - Repost Pin
ABitSmart3-Mar-09 20:45
ABitSmart3-Mar-09 20:45 
AnswerRe: coverting image Pin
annathor5-Mar-09 3:32
annathor5-Mar-09 3:32 
QuestionProblem in reading a xml string into data set Pin
Renukapadhamanaban3-Mar-09 17:21
Renukapadhamanaban3-Mar-09 17:21 
AnswerRe: Problem in reading a xml string into data set Pin
Cybernate6-Mar-09 3:12
Cybernate6-Mar-09 3:12 
Hi,
You need to inject each record fields as child nodes of a parent node i.e. you should generate XML as below:


<?xml version="1.0" encoding="UTF-8"?>
<Data>
<nh:rows xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:nh="http://nhdb">
<nh:urnumber>0123450</nh:urnumber>
<nh:surname>Cxxxxxx</nh:surname>
<nh:forename>RxxxxxT</nh:forename>
<nh:middlename></nh:middlename>
<nh:dob>1954-07-19</nh:dob>
<nh:address>&apos;ANNANDALE&apos;</nh:address>
<nh:suburb></nh:suburb>
<nh:state></nh:state>
<nh:postcode></nh:postcode>
<nh:patientphone></nh:patientphone>
<nh:gender>Male</nh:gender>
<nh:unit></nh:unit>
<nh:ward></nh:ward>
</nh:rows>
<nh:rows xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:nh="http://nhdb">
<nh:urnumber>0123451</nh:urnumber>
<nh:surname>KROL</nh:surname>
<nh:forename>ANILLA</nh:forename>
<nh:middlename></nh:middlename>
<nh:dob>1958-12-10</nh:dob>
<nh:address>68A CLARENCE</nh:address>
<nh:suburb></nh:suburb>
<nh:state></nh:state>
<nh:postcode></nh:postcode>
<nh:patientphone></nh:patientphone>
<nh:gender>Female</nh:gender>
<nh:unit></nh:unit>
<nh:ward></nh:ward>
</nh:rows>
<nh:rows xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:nh="http://nhdb">
<nh:urnumber>0123452</nh:urnumber>
<nh:surname>GEYER</nh:surname>
<nh:forename>MAUREEN</nh:forename>
<nh:middlename></nh:middlename>
<nh:dob>1948-06-02</nh:dob>
<nh:address>19 JAYSON</nh:address>
<nh:suburb></nh:suburb>
<nh:state></nh:state>
<nh:postcode></nh:postcode>
<nh:patientphone></nh:patientphone>
<nh:gender>Female</nh:gender>
<nh:unit></nh:unit>
<nh:ward></nh:ward>
</nh:rows>
</Data>

Regards,
Chandu

QuestionDistribution Restrictions on CodeDom? Pin
Bill Bielke3-Mar-09 12:24
Bill Bielke3-Mar-09 12:24 
QuestionVB.Net MDI Child form loading issue... Pin
Tej Aj3-Mar-09 6:51
Tej Aj3-Mar-09 6:51 
QuestionEntity Framework with Services : several Reference.cs for the same database Pin
WolveFred23-Mar-09 1:31
WolveFred23-Mar-09 1:31 
QuestionScheduling tasks Pin
1sabine83-Mar-09 0:07
1sabine83-Mar-09 0:07 
AnswerRe: Scheduling tasks [modified] Pin
Eddy Vluggen3-Mar-09 3:59
professionalEddy Vluggen3-Mar-09 3:59 
AnswerRe: Scheduling tasks Pin
Dave Kreskowiak3-Mar-09 7:03
mveDave Kreskowiak3-Mar-09 7:03 
QuestionDebugging XSLT with VS2008 Pin
bVagadishnu2-Mar-09 3:27
bVagadishnu2-Mar-09 3:27 
Questioncoversion of image into pixel matrix [modified] Pin
rohan40401-Mar-09 18:51
rohan40401-Mar-09 18:51 
AnswerRe: coversion of image into pixel matrix Pin
Pete O'Hanlon1-Mar-09 21:44
mvePete O'Hanlon1-Mar-09 21:44 
GeneralRe: coversion of image into pixel matrix Pin
led mike2-Mar-09 9:52
led mike2-Mar-09 9:52 
GeneralRe: coversion of image into pixel matrix Pin
Pete O'Hanlon2-Mar-09 10:31
mvePete O'Hanlon2-Mar-09 10:31 
AnswerRe: coversion of image into pixel matrix Pin
annathor2-Mar-09 5:18
annathor2-Mar-09 5:18 
GeneralRe: coversion of image into pixel matrix Pin
rohan40403-Mar-09 19:47
rohan40403-Mar-09 19:47 
QuestionCode for converting Numeric values to binary Pin
rohan40401-Mar-09 18:50
rohan40401-Mar-09 18:50 
AnswerRe: Code for converting Numeric values to binary Pin
Eddy Vluggen1-Mar-09 21:53
professionalEddy Vluggen1-Mar-09 21:53 
QuestionExpand / Collapsible Gridview in asp.net 2.0 Pin
yash.kumar2k91-Mar-09 6:39
yash.kumar2k91-Mar-09 6:39 
AnswerRe: Expand / Collapsible Gridview in asp.net 2.0 Pin
Brian W King2-Mar-09 9:36
Brian W King2-Mar-09 9:36 

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.