[RESOLVED] usercontrol button event triggered when hitting enter key
my problem is my page keep on going to the default page just found out that when i hit the enter key the button on my usercontrol also triggers.
example is when on userid text box when i hit enter the button on the usercontrol triggers.
how can it be that the usercontrol has focus as well as the text box on my form simultaneously?
Re: usercontrol button event triggered when hitting enter key
Two controls cannot have focus at the same time.
Re: usercontrol button event triggered when hitting enter key
What exactly are you trying to accomplish though? Try to elaborate on your problem.