public override void OnChildrenLoaded() { // Get the dropdown: Dropdown=GetParentByTagName("select") as HtmlSelectElement; if(Selected && Dropdown!=null){ // Tell the select: Dropdown.SetSelected(this); } }