|
|
posted on Wednesday, January 07, 2009
by
Admin
(8)comments
- Categorized as ASP.NET Providers
The SiteMapPath control is really great. If you need breadcrumbs, eg a trail left based on the depth of the pages, this is absolutely a great control. However all is nice when the navigation is defined in your sitemap, this means static url's. But ...
|
posted on Wednesday, January 07, 2009
by
Admin
(0)comments
- Categorized as ASP.NET Providers
Ok, first some basics of ProfileModule.ProfileAutoSaving Event:
Basically this event is supposed to fire, if a subscription for this event has been made either in global.asax or a custom httpmodule. And if you didnt cancel ContinueWithP...
|