G
Guest
We are dynamically changing the title property of nodes in our sitemappath to
reflect the names of products by handling the SiteMapResolve event.
We have some unicode characters in our product names, stored in our db using
escape characters like: "è"
When we set the SiteMapNode.Title to that value it is escaped by the
sitemappath to "è" which results in the ampsand and code being printed
out vs the desired character of: è
Any ideas on how to make the sitemappath stop doing this and behave like
other .net controls?
Thanks.
reflect the names of products by handling the SiteMapResolve event.
We have some unicode characters in our product names, stored in our db using
escape characters like: "è"
When we set the SiteMapNode.Title to that value it is escaped by the
sitemappath to "è" which results in the ampsand and code being printed
out vs the desired character of: è
Any ideas on how to make the sitemappath stop doing this and behave like
other .net controls?
Thanks.