Author: Mubarak_100 | Posted on: 9/22/2008 1:04:39 PM | Views : 1148

Hi

I am planning to have a Dropdown list controls the scroll bar on the side of the browser.

For example, when a user select "A" from the dropdown list the scrolbar and the browser goes to A, if the user selects "Z" the scroll bar goes all the way down to "Z".

 

I had these attempt but is not working
else if (DropDownList1.SelectedValue == "CAR R")
{

SetFocus(panel_R);

 

}

 also i tried this
else if (DropDownList1.SelectedValue == "S")
{
Go to the complete details ...