For my ListView i am using a Store Object to link my DataTable to the ListView. The DataTable is dependent on another item. I am using this.Store1.DataSource = DataTable. But when the page is refreshed, the Store1 object is set to null. My only workaround for this so far was to rebuild the ListView on every postback. Any help would be appreciated in finding out how to make the Store Object static.