tags:

views:

743

answers:

3

Can anyone help me to put a vertical scroll bar for an <asp:CheckBoxList>?

+1  A: 

http://bytes.com/forum/thread298532.html

Jason Lepack
A: 

i tried like this

<div style="height:100px;overflow:auto;"> <asp:CheckBoxList></asp:CheckBoxList> </div>

and it worked out..!! Thanks a lot.! :)

Nikita
A: 

this does not works for IE. Is there any solution them please let me know I am using IE 6