I am developing web site using asp.net. I have 50 list box controls on the web form.
I want to cancel the selcted item from the listbox.
I am doing that using lstbox.Cancelselection mehtod but postback event fire again which
populate the all listboxes.
On form_load event i am already checking postback event as false.
Now my question is how do i avoid populationg listbox on click of clear button
