M
Mike Malone
I have a form with 2 textboxs and 2 buttons.
If the user enters text and then press enter the text change event is called but I really want the enter press to result in pressing a default button.
I have tried this: Page.RegisterHiddenField("__EVENTTARGET", "Button1"); but it doesn't work;
Any ideas?
- Mike
If the user enters text and then press enter the text change event is called but I really want the enter press to result in pressing a default button.
I have tried this: Page.RegisterHiddenField("__EVENTTARGET", "Button1"); but it doesn't work;
Any ideas?
- Mike