I put Two dropdownlist in my aspx page. second one is visible false. When I select some item from first DropDownList, I visible the second DropDownList. But, My Problem is when I Visible the second DropDownList, it will take me on the top of the page. so, everytime I need to scroll page down to reach dropdownlist control..
I want to when I visible the Second DropDownList, I will make sure do not go to the top of the page.
Help me out?