how do i set a button as default in a webform. when my users press enter i want my submit button to happen right now my reset buttons happens thanks chad
how do i set a button as default in a webform. when my users press enter i want my submit button to happen right now my reset buttons happens thanks chad
// C# private void SetDefault(Button myDefaultBtn) { this.AcceptButton = myDefaultBtn; } The Devil Lives in all of us, It's up to you to let HIM/HER out!!!!!