Click here to Skip to main content
15,895,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone,


I am using two <asp:ListBox> control to move data from one another and vice-versa. My problem is that ListBoxes working fine in Internet Explorer( IE ) but became non-responsive in Safari, Chrome, and Firefox. by this i mean that i am not able to select any item of these ListBox when i am using Safari, Chrome and Firefox. SelectionMode of these listboxes is "Multiple" .
Kindly suggest something.

Thanks in advance.
Posted
Comments
Sergey Alexandrovich Kryukov 3-Jul-11 1:10am    
I would say if it is not responsible in the mentioned browsers, it's not really working at all :<.
Hard to say what's wrong without looking at code. Also useful to show HTML-only view. Run it and in browser use "View page source", save it and post.
--SA

1 solution

An asp:ListBox is just a HTML control. It can't become 'unresponsive' on it's own. It sounds like there's an issue with the javascript you use to move items between the two, so you need to post your code, so we can look at it, or use add in debugging tools to work out where it's getting stuck.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900