All Tags »
User Experience »
Web Controls (RSS)
Sorry, but there are no more tags available to filter with.
-
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 ...