I have two list boxes.
First list box is filled with some enteries from database.
Now when user select one entry from first list box(client-side event) then second list box is filled with values based on that first selection.
Second list box enteries are retrived from database(server side action).
Guide me how to do this.
