Unable to set the default value in dropdown

I am having one drop down box in the form. Where it showing all the list of values in dropdown. But, I need to display default selected value from the relational grid and display it in dropdown box along with list of value. I tried to assign default value by

document.getElementById("Maindataform") .Textbox1.value="Text";

But is not showing in dropdown default value.  Any suggestion