Uncommon behaviour
-
Hello. Im having few textboxs,image button and Button in a page. default button is set to button control and focus is on one of the textboxs but when i press enter after page loads the control shifts to image button. Why does this happen?
Are all the controls in the same panel of the page and panel has a defined default button? If not, try that.
-
Are all the controls in the same panel of the page and panel has a defined default button? If not, try that.
-
Ok. So after page load where is the focus? on button or image-button? If default button of panel set to button, once page loads, enter should trigger simple button click. Are you doing something different?
-
Ok. So after page load where is the focus? on button or image-button? If default button of panel set to button, once page loads, enter should trigger simple button click. Are you doing something different?