Welcome to Professional ASP.NET - Chris Love's Official Blog Sign in | Join | Help

Chris Love's Official Blog - Professional ASP.NET

Chris Love's Helpful tips, tricks and pragmatic development knowledge for the ASP.NET world.
Add to Technorati Favorites



Browse by Tags

All Tags » User Experience   (RSS)
Highlight Rows in a Repeater
This morning I came across a really well written new Blog by Miron Abramson on ASP.NET. One of his early entries is a method to Highlight the row in a GridView control as the mouse passes over it . I particularly like the way he abstracts the functionality Read More...
Utilizing DefaultFocus to Enhance User Experience
One of the cool features of ASP.NET 2.0 that I love to use if the DefaultFocus property of the Form object. Combining it along with the DefaultButton property can go a long way to enhancing the user experience on your web sites. The DefaultFocus property Read More...