how can i set the value of dropdown to its default value ..i did like this
in page load event of page
dd.selectedvalue=""
and i have another question ...how to call onchange event of a dropdown on page load
< asp: dropdownlist id="" onchage="hidecontrol(this.value)" runat=""/> how to call this function of dropdown on pageload