How to set focus on element inside of User Control?

  • Thread starter Thread starter Neil Kiser
  • Start date Start date
N

Neil Kiser

Hi,

I have a user control that I am embedding within a web form. Inside
the user control are several textboxes. I would like, whenever the
user control is loaded, to set the focus to one of those textboxes. I
can't seem to figure out how to do it. I don't see a "setfocus"
method that i can call during the control's Page_Load event.

Thank you for any help you can provide.

-Neil K.
 
Back
Top