Hi everybody
I use a javascript to select and deselect items in a listbox depending on checkbox selection
The problem now i have is, i am calling the javascript from server side
What happens is as the listbox 1 get populated, and selected with checkbox selection in my application,
i have a button which refreshes the page thereby populating listbox2, with reference to the items selected in listbox1
So what is happening is,
- the user selects checkall-- all items get selected
- the user hits the refresh button -- all the items deselected and also checkbox is marked unchecked
Hope you can understand my issue
Please help me to fix this dilemma
Thanks to all