What is the best way to implement mutliple Default Buttons on a ASP.NET Webform?
I have what I think is a pretty standard page. There is a login area with user/pass field and a login button. Then elsewhere on the same page there is a single search field with a search button.
asp:Panelhas a property namedDefaultButton. You just need to encapsulate your markup portions with appropriate panels and set the default buttons for each.