Browse by Tags
All Tags »
ASP.NET (
RSS)
I've been trying to use labels with the AssociatedControlID property more often. If you aren't familiar with this property, it changes the behavior of the Label control. Rather than rendering the typical <span> html element, the Label...
Don't you hate it when you are idle on a web app for just a bit too long, and your membership session gets timed out without warning? Your users sure do! Often times the user may not even realize he has been timed out until he finishes completing a form...
Jeff Atwood recently blogged about a nice feature of Vista, when you are entering your wireless network key. This feature provides the user with a checkbox to toggle the obfuscation of the wireless key being entered. As Jeff mentions, this is a...
Here is a little trick you can use to spice up your asp.net registration pages. I will use ASP.NET AJAX to inform the user whether the username they have entered is available. Rather than use the UpdatePanel, I will slim down the amount of data going...
More Posts