PDA

View Full Version : Dialogue Box


Wellswood
02-05-2008, 10:34 AM
When I start my application there is no cursor in the dialogue box. I have to put it there with the mouse. Is there a way to make the cursor appear in the box as the application is loaded.

TIA

RizlaUK
02-05-2008, 10:42 AM
yes, just use "Page.SetFocus("ObjectName");" in page on show to set focus to the input object.

Wellswood
02-06-2008, 02:53 PM
Thanks. Just what I needed to complete my project.:)