Archives for July, 2010

Understanding ASP.NET Dynamic Data: Filter Templates


ASP.NET Dynamic Data lets you create extensible model-driven Web applications by inferring the appearance and behavior of entities from the model at run time. This article explains design of the dynamic filtering capabilities and demonstrates how to implement a custom filter template for DateTime data type.