Professional ASP.NET - Chris Love's Official Blog

Professional ASP.NET development information, tips, tricks and related information to help make you a more productive web developer.
Welcome to Professional ASP.NET - Chris Love's Official Blog Sign in | Join | Help
in Search

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 out. But as many of you know I am not a big fan of the GridView because of how bloated it ...
    Posted to Chris Love's Official ASP.NET Blog (Weblog) by Chris Love on November 25, 2007
  • 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 accepts a String value that allows it to reference the control you want to set focus to. This ...
    Posted to Chris Love's Official ASP.NET Blog (Weblog) by Chris Love on March 18, 2007
Powered by Community Server, by Telligent Systems