I have an application page with a bunch of asp textbox controls and then a sharepoint RadioButtonChoiceField control. When the page loads it will always set focus to the RadioButtonChoiceField is there anyway to make it focus on my 1st text box
I've tried page.setfocus(textbox.clientID), onLoad but it still goes to the radiobutton.