Panel DefaultButton does not work
Or, at least, it didn’t. Here’s what happened:
Yesterday a client asked me to help track down a problem he was having with setting the default button for a text box.
As you should already know, you can make ASP.NET automatically click a specific button on the page (Button, ImageButton, or LinkButton) by grouping everything in a Panel and setting the DefaultButton property to the ID of the button you want to have automatically clicked.
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

