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...
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...