User-609535877 posted
I have one asp.net web page with a dropdown list control containing employees and a list box control containing job tasks employees could be assigned. Once a employee is selected from dropdown, go to database to get data and display employee's
assigned tasks in the list box.
Due to long list of tasks of list box, I want to scroll the first selected item to be viewable in the list box. How to implement jQuery function for this task? Thanks in advance!