I have to populate 3 dropdowns on !ispostback with database values.
otherwise these dropdownlists have onselectedindexchanged event.
Seems like you want Cascading Dependent DropDownList like Country State City and you want State and City to be disabled on Page Load
if yes all information here
Creating Cascading DropDownLists in ASP.Net
Hi,
You want to disable the dropdownlists on !ispostback? Please explain clearly what exactly you need.