Click here to Skip to main content
15,902,032 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a stringbulider taking large xml
but when i convert this in dataset then i was not find all parameter it leve some paramere wat can i do
my code is this


System.IO.StringReader sr = new System.IO.StringReader(resummatter);
DataSet ds2 = new DataSet();
ds2.ReadXml(sr);
xmlData.DataSource = ds2;
xmlData.DataBind();

any one help me my string xml is


<root><name><name><middelname><lastname><emailid><candidateid><phone_mobile><phone_basic><dob><fathername><permanent_address><prefferedlocation><age><relevent_exp><expectedsalary>


////below this is not find in dataset



<lcandidate_id><ldesigantion><lcompanyname><lreferences><lemployment_recommendation_or_verification><lmobile_no><lbasic_phoneno><lemailaddress><lcity><lstate><lcountry><lstartdate><lenddate><liscurrenemployer><lcandidate_id><ldesigantion><lcompanyname><lreferences><lemployment_recommendation_or_verification><lmobile_no><lbasic_phoneno><lemailaddress><lcity><lstate><lcountry><lstartdate><lenddate><liscurrenemployer><lcandidate_id><ldesigantion><lcompanyname><lreferences><lemployment_recommendation_or_verification><lmobile_no><lbasic_phoneno><lemailaddress><lcity><lstate><lcountry><lstartdate><lenddate><liscurrenemployer><lcandidate_id><ldesigantion><lcompanyname><lreferences><lemployment_recommendation_or_verification><lmobile_no><lbasic_phoneno><lemailaddress><lcity><lstate><lcountry><lstartdate><lenddate><liscurrenemployer><lcandidate_id><ldesigantion><lcompanyname><lreferences><lemployment_recommendation_or_verification><lmobile_no><lbasic_phoneno><lemailaddress><lcity><lstate><lcountry><lstartdate><lenddate><liscurrenemployer><lcandidate_id>
<ldesigantion><lcompanyname><lreferences><lemployment_recommendation_or_verification><lmobile_no><lbasic_phoneno><lemailaddress><lcity><lstate><lcountry><lstartdate><lenddate><liscurrenemployer>//to this


//after this below all is find in dataset

<linsitution_type><ldegree><lmarks><lyear_of_passing><llicensesandcertifications><lcollege_name><lpin><lcity><lstate><lcountry><ldescription><ishighestdegree><jobobjective><executivesummary><skillset><skillssection><resumetext>
Posted

1 solution

It would be good if you shorten the details, otherwise most of the poeple would ignore for now!

Btw... looks like a resume being floated! :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900