I found, on simple form in ASP.NET page I can submit its values by pressing enter key by including form fields into Panel control and set up its default button.
But how can I do this for DetailsView? I want to submit by insert button on inserting and update button on updating.
You can try with
DefaultButton property(Default Submit Button)Link : http://msdn.microsoft.com/fr-fr/library/system.web.ui.webcontrols.panel.defaultbutton.aspx
You can also define
AccessKey propertyLink : http://msdn.microsoft.com/fr-fr/library/system.web.ui.webcontrols.webcontrol.accesskey.aspx