<<Windows Application>>
hi
I have the following xml data :
<Name>CDATA[
<b>My name is furqan</b>]]
</Name>
I want to process this html tag and display in lable [in windows application].
So the text should be display in label as :
My name is furqan
Waiting for your positive and early response.
Thanking You
hi
I have the following xml data :
<Name>CDATA[
<b>My name is furqan</b>]]
</Name>
I want to process this html tag and display in lable [in windows application].
So the text should be display in label as :
My name is furqan
Waiting for your positive and early response.
Thanking You
Comment