hi m new in working wid .NET(C#),

In my page I have a dropdown populated from database. there is another dropdown populated from database based on the selected value from the first one. The first time when page is loaded both the dropdowns are populated successfully. Now what i want is that when I select next value from the first dropdown then the second one must repopulate based on selected value. I don't want to post back the page...