I want to make an ASP.NET multilined TextBox to trigger the button1_Click() event instead of going newline when ENTER key is pressed. Note that this button is not in a form tag.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Do it with onkeypress and check it if it was enter do button1_performclick().that will do the job for you |
|||
|
You will have to track |
|||
|
|