Archive for January, 2009

 

Restrict date range in Calendar

 
Overview By default, Calendar control won’t allow you to restrict the selectable date range. However, we can achieve this by doing two things: Restrict user from navigating to a month outside the range Restrict user from selecting a day outside the range Reference [...]

Continue reading

 
 

ListView Control vs Repeater Control

 
Overview Repeater control is one of my favorite ASP.NET controls because of its flexibility in UI design. However it lack some useful functions like "Sorting", "Paging" & "Data modification". Now in ASP.NET 3.5 we have a ListView control which seems to do all of the Repeater’s jobs and more. Below are some article [...]

Continue reading