S
Samuel Shulman
I need to store the data in the dataview so user will be able to sort the
data in the GridView control
The question is where, storing in the ViewState property will mean that the
entire list will be downloaded and uploaded each time
Storing in the Cache or the Session object will mean that if the user will
open 2 windows then I may send them the wrong information
What is then the solution?
Thank you in advance
Samuel
data in the GridView control
The question is where, storing in the ViewState property will mean that the
entire list will be downloaded and uploaded each time
Storing in the Cache or the Session object will mean that if the user will
open 2 windows then I may send them the wrong information
What is then the solution?
Thank you in advance
Samuel