ASP.NET UpdatePanel > Get selected value from checbox list outside of panel
- by Rob
Hi,
I have a listing in an UpdatePanel
I have some filters for that list in the form a checkboxList control.
The checkboxList is created dynamically on page load
During the Ajax update (postback), the checkbox list is not populated form the viewstate, so I cannot get the listing to filter.
Note: If I put the checkbox list items directly in the…