On a aspx page, I have to load a DropDown with some values coming from the DB. What is most correct place to put the data to keep value during the page lifecycle?
Cahce Object? Session? ViewState?
More details:
- This data are stored inside a DataTable
- The rows can be also 200
- The data are all string used to filted gridView items