am using a listbox with multiple selection control. Now am having 200 names in list box. suppose i select no of employee 50,76,34,65,95 etc. First am select 50 and hold ctrl key and select 76 means its go to the top of the first name. I have listbox with in update panel with triger’. but it post back for each selection.please help me to fix this error…
Share
If you set the
ListBox.AutoPostbackto false does it then behave as you want it to?