Treeview/Treenode's ID attribute
Messages   Related Types
This message was discovered on ASPFriends.com 'aspngwebcontrols' list.


SNegussie@aol.com
I get a Parse Error: "##" is an invalid identifier when I try to set the ID
attribute of a treenode. I use numbers (##) that are unique in the tree, but
still get this error. I am setting this attribute using the
WriteAttributeString of an XMLTextWriter object. For example:

writer.WriteAttributeString("ID","5");
Parser Error Message: '5' is not a valid identifier.

writer.WriteAttributeString("ID","45");
Parser Error Message: '45' is not a valid identifier.

Does anyone have any idea?

Thanks
S
Reply to this message...
 
    
SNegussie@aol.com
I figured this one out. Somehow the Id attribute on a treenode has to be set
to a string only starting with alphabet letters. I was using an
int.ToString() and this was not working. When I added a letter in front of
this variable, it started working.
Reply to this message...
 
 




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com