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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top