Hi,
In a page, I have a server side div element and child elements are added to that div element as user add filters to the report. Across postbacks, the div element maintain its state, but sometimes the child elements are getting lost across postback and thus report runs without any filters eventhough user had added filters. Session is not expiring and not sure what causes it?. Most of the time everything works fine as child elements maintains state, but sometimes we face this issue of missing child elements.