I have a form that looks like this :
[ enterdata: [______] ; more data: [_____] ; (SUBMITBUTTON) ]
[ Filter: [_______] ; (SUBMITBUTTON) ]
The top half has validators. I want to be able to type into the Filter textbox and press enter to fire it's submit button - but when I press enter, it validates the top half of the form also.
How do I do this? I have all the controls in the top half on one ValidationGroup, and all of the controls on the bottom half in another.