disable mouse scroll on dropdownlist

  • Thread starter Thread starter nicholas
  • Start date Start date
N

nicholas

On an aspx page I have a webform with an asp:DropDownList control.
If the visitor selects a value in the dropdown and than want to scroll down
the page, he accidently changes the selected value of the dropdown.

So, is it possible to disable this?

THX
 
How would you know the difference between when the user wanted to scroll the
list or the page?

You can't.
 
I would disable the whole scroll function, just for that page.
So even the page wouldn't scroll.

thx
 
Back
Top