Hi,
This is my first post, so I hope I filed it correctly..
I wrote a custom SiteMapProvider that pulls the menu item for a web-site from a SQL Server database.
My problem is that when I use this provider with for instance the <asp:Menu> control, the content seems to be cached. So when I update the data in the datasource it takes x amount of time before it's available through my menu on my content page.
Sometimes that might be very convenient, but in my situation I need the data to be available as soon as I have commited the changes to my datasource.
So can I somehow disable this caching (if that is indeed what is happening)? And should this be done in custom provider code or seperately on the control that is pulling from this provider?
I hope someone can show me which direction I should move here...
Thanks!
--
Best regards,
Peter Lindholm