kentico_sandroj wrote: Hello,
Our recommendation is to set the focus using
JavaScript or
standard .NET methods.
Please let me know if you have any questions about this.
Best Regards,
Sandro
FroggEye wrote: If you have access to modify the code, I simply wrap the controls I want to have a default submit button for in an asp:Panel. You can set the DefaultSubmit property to your button and by default it will have the action you desire. Pretty simple fix and allows you to have multiple "forms" on one page with multiple submit buttons.
Just a quick thanks to the both of you. I did indeed use the asp Panel setting the default button and it works like a dream :)
Once again thanks to you both I have a happy client now!!!