T
Tomas
Hello,
I have ASP.NET application, one of the pages has html Input edit box and
OnKeyDown event which open new web page with parameters.
There is one problem if user press ENTER button in Input box, OnKeyDown
event executed and then ASP.NET Form submitted.
I want to disable ASP.NET Form action, how to do that?
Tomas
I have ASP.NET application, one of the pages has html Input edit box and
OnKeyDown event which open new web page with parameters.
There is one problem if user press ENTER button in Input box, OnKeyDown
event executed and then ASP.NET Form submitted.
I want to disable ASP.NET Form action, how to do that?
Tomas