Hi all:
I have a gridview whose data are a dataview.
I do
dv.Sort = orden & " " & direccion
gvficherosprivado.DataSource = dv
Session("ficherosprivado") = dv
I put the dataview inn a session variable.
The problem is when the session expire. What to do?
TIA
Go to the complete details ...