Hello,
I know how to set Access Keys if the tabs are hard coded into the application. However, I need to be able to set them from a property in our sitemapfile. Is this even possible?
A sitemap node might look like this:
I know how to set Access Keys if the tabs are hard coded into the application. However, I need to be able to set them from a property in our sitemapfile. Is this even possible?
A sitemap node might look like this:
<
siteMapNode url="~/Forms/Anon/frmLogin.aspx" title="Login" description="Login to the Application" accesskey="a" />
I was thinking it might be in expressions or custom databinding but I cannot find it anywhere.
Thanks
Brent