0

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?

William Gross
  • 2,083
  • 2
  • 17
  • 35
Sam Rueby
  • 5,914
  • 6
  • 36
  • 52

1 Answers1

1

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

William Gross
  • 2,083
  • 2
  • 17
  • 35