|
|
Browse by Tags
All Tags » User Experience (RSS)
-
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 ...
-
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 ...
|
|
|