|
How to specify a default button on the page so that when user hits the Enter key that button gets clicked?
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: ASP.NET Button
In case we have multiple buttons on the data entry page and we want to specify a default button so
that when user hits enter key after entering data that button gets clicked automatically, we can use
this approach.
|