G Guest Dec 9, 2004 #1 I would like to set focus to a text box field on a user web control. Does anyone have suggestions on how I should approach this?
I would like to set focus to a text box field on a user web control. Does anyone have suggestions on how I should approach this?
S Steve C. Orr [MVP, MCSD] Dec 9, 2004 #2 Something basic like this should work: Response.Write "<script language = javascript>"& MyTextBox.ClientID & ".focus()</script>"
Something basic like this should work: Response.Write "<script language = javascript>"& MyTextBox.ClientID & ".focus()</script>"