Hi,
I am assinging id attribute to the TreeNode and I get the error:
'Id' is not a valid identifier. for example '66172' is not a valid identifier.
Here is the code snippet of the xml:
<TreeNode id="62752" Text="16106 - Employee Welfare" />
<TreeNode id="63241" Text="19606 - Essi File Recovery" />
If I take the id attribute out, it works fine. Can someone help me here.
Thanks