Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~422 People Reached
Favorite Forums
Member Avatar for pradeepsimhanp

Hi, I have a doubt that why string is immutable in c#/java? why not that case with primitive types such as int,float etc..? can you please let me know what the reason behind this design? Thanks, Pradeep

Member Avatar for kvprajapati
0
198
Member Avatar for faintfascinatio

I need to get values from a couple xml files that vary. Ex. one file could contain: [CODE] <typeB> <people.b> <person.1> <fname.1>brian</fname.1> <lname.1>smith</lname.1> </person.1> <person.11> <fname.1>joe</fname.1> <lname.1>carey</lname.1> </person.11> </people.b> </typeB> [/CODE] and another would replace B with A and even have an extra group [CODE] <typeA> <people.a> <person.2> <name> <fname.2>brian</fname.2> …

Member Avatar for pradeepsimhanp
0
91
Member Avatar for pradeepsimhanp

Hi All, Say I have two list box listBox1 and listBox2... i have some data loaded in listBox1 which is taken from XML file listBox1Data.xml... and for ex it contains A,B,C,D etc... and listBox2 i need to load data from another XML file which contains data like for A->a,b,c etc.. …

Member Avatar for Diamonddrake
0
133