Set Default Value to dropdownlist when form is loaded...

Set Default Value to dropdownlist when form is loaded...

Hello All,

I am binding data to my dropdownlist (1st dropdownlist) on form load.... and on its selected index changed event changing data in 2nd dropdownlist.

However, when form is loaded  2nd dropdownlist is empty, Till the selected index changed event happens...

I want to show the data in 2nd dropdownlist when form load is completed based on  selected index = 1 ( which will be by default selected for 1st dropdown list)

How should i do this ???