Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi Which property shud i set to make button a default button, so that when it is clicked the event fires automatically. Thanks Tasnim
I believe what you are asking is which property sets a button to the button that is the default action for a form, such that press "Enter" causes the click event of that button. That property is the AcceptButton property of the Form.