Settting focus

  • Thread starter Thread starter IMRAN SAROIA
  • Start date Start date
I

IMRAN SAROIA

Hi!

Which command is used to setfocus to control in Windows and Web Application
in Dot Net.
 
they differ
in web apps you'll have to pass this to the client and have it do the
..focus() call to the form item
in windows set it with the TabIndex of 0, if I remember right.
 
Back
Top