How to set form field focus on page load in EWL?

127 Views Asked by At

I want to set focus to a particular form field on page load. This will be the same form field every time the page is loaded, even after posting-back a data modification. Is this possible?

1

There are 1 best solutions below

0
On BEST ANSWER

Yes. Override EwfPage.controlWithInitialFocus. This property is called after LoadData.