what I assume is webform1.aspx return html and renders in ui when doing
$('#divResult').load("WebForm2.aspx");
are you getting unstyled selectbox after this?
after this call below to style selectbox.
$("#select1").selectmenu('refresh');
or just
$("#select1").selectmenu();
if you can zip and attach the sample project I can try it at my end...