Archives
-
NHibernate Pitfalls: Flush Mode
This is part of a series of posts about NHibernate Pitfalls. See the entire collection here.
-
ASP.NET Web Forms Extensibility: Tag Mapping
There may be times when you want a particular setting applied to all controls of a given type, in all pages. Or you want to debug this control, but you don’t have access to it’s source code. Or you want to change its behavior. For that, you can use tag mapping, and I have given an example before.
-
ASP.NET Image Control With Fallback URL
What happens when the URL that your image is pointing to does not exist or cannot be reached? Well, all browsers I know of resort to displaying something like:
-
ASP.NET Web Forms Extensibility: Modules
Next in the series is modules. So, what is a module, and what does it do?