Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Dec 21, 2012 12:51 AM by Decker Dong - MSFT
Member
16 Points
122 Posts
Dec 20, 2012 10:28 AM|LINK
Hi all,
In my treeview i have a node with title my record I want to rename the title of node to name of the person instead of my record.
I have found http://msdn.microsoft.com/en-us/library/ms178425.aspx article.
but it does not help..I m using working on asp.net 4.0 with c#.
I donot want to create
XmlSiteMapProvider again just for the title is any there alternate..
Please give suggestions
All-Star
118619 Points
18779 Posts
Dec 21, 2012 12:51 AM|LINK
Hi,
If you don't wanna do so……Hummmm……I'd like to suggest you trying to use XDocument or XmlDocument(I mean some classes coping with xml) to change the values of xml file or string directly and then bind to the Data Source.
Reguards!
er.navpreet
Member
16 Points
122 Posts
Dynamically Changing SiteMapNode title i.e. is bound to treeview
Dec 20, 2012 10:28 AM|LINK
Hi all,
In my treeview i have a node with title my record I want to rename the title of node to name of the person instead of my record.
I have found http://msdn.microsoft.com/en-us/library/ms178425.aspx article.
but it does not help..I m using working on asp.net 4.0 with c#.
I donot want to create
Please give suggestions
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: Dynamically Changing SiteMapNode title i.e. is bound to treeview
Dec 21, 2012 12:51 AM|LINK
Hi,
If you don't wanna do so……Hummmm……I'd like to suggest you trying to use XDocument or XmlDocument(I mean some classes coping with xml) to change the values of xml file or string directly and then bind to the Data Source.
Reguards!