|
-
May 20th, 2010, 10:50 PM
#1
using xml to parse a data file in C#
I have two files
File 1 contents:
0908070605040302
File 2 contents:
<SOME_NUMBER>8</SOME_NUMBER>
<SOME_TYPE1>2</SOME_TYPE1>
<SOME_TYPE2>2</SOME_TYPE2>
<SOME_REVISION>2</SOME_REVISION>
<SOME_CODE>2</SOME_CODE>
i wanna write a windows form app in C# express edition to display the following on a windows form
Labels textboxes
----------------- --------------
Some Number 09080706
Some type1 05
Some type2 04
Some revision 03
Some Code 02
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|