Currently i am storing the DataSet in a ViewState but, storing the Dataset into ViewState will have the impact on the performance of the page.
Can you'll suggest me whether i can use Session or ViewState or any alternative by which it doesn't impact the performance ?
Any help would be appreciated.