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 but only want to refresh the specific area.
can u give solution without ajax control.Also m unable to get selected value of ddl in a variable.
looking forward for reply.
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 but only want to refresh the specific area.
can u give solution without ajax control.Also m unable to get selected value of ddl in a variable.
looking forward for reply.
Comment