|
|
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 Architecture
The .NET Framework uses delegates extensively for event-handling tasks like a button click event exposed by a button object. That said, lets look at why in asp.net, all the web controls that expose an event all expose the sender argument as type ob...
|
posted on Wednesday, January 07, 2009
by
Admin
(2)comments
- Categorized as WebForms
ok, I dont know what you want to call this. A bug in IIS ? Or should we just say unexpected behaviour. Unexpected behaviour obviously, atleast for me since I were not prepared for and expecting this. It was especially very hard to track down and fin...
|
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...
|