Hello can some one help me with this I need to get a XML pages code and display it in some labels
Code:<!---FileName: UserList.xml---!> <?xml version="1.0" encoding="ISO-8859-1"?> <note ID="001"> <to>John</to> <from>Jo</from> <heading>Hello</heading> <body>Some text Here<body> </note>
<to> = lblTo
<From>=lblFrom
<header=lblHeader
<body>=lblBody
some one help me out please




Reply With Quote