A
Antonio Lopez Arredondo
hi all again.....
I have an ASP.NET application that has a multiline textbox and a single
button.
the user should be able to write inside the many paragraphs in the multiline
textbox and then click the button to run the code behind.
the problem is that when the user presses the ENTER key to insert a new line
in the listbox, the button's code behind is executed.
is there any way to prevent this to happen ? I just want nothing to happen
when the ENTER key is pressed inside a multiline textbox.
thanks in advance,
ant
I have an ASP.NET application that has a multiline textbox and a single
button.
the user should be able to write inside the many paragraphs in the multiline
textbox and then click the button to run the code behind.
the problem is that when the user presses the ENTER key to insert a new line
in the listbox, the button's code behind is executed.
is there any way to prevent this to happen ? I just want nothing to happen
when the ENTER key is pressed inside a multiline textbox.
thanks in advance,
ant