G
Guest
Dear all,
I have an ASP.NET 1.1 application which need to transfert a QuerryInfo
structure through pages.
At first I was using Session("Query")=Queryinfo nad then read it back from
page event of sucessives web form.
As you cannot rely on the existense of session due to time out issue, how
would you do to have this QueryInfo transfert through pages ?
I have an ASP.NET 1.1 application which need to transfert a QuerryInfo
structure through pages.
At first I was using Session("Query")=Queryinfo nad then read it back from
page event of sucessives web form.
As you cannot rely on the existense of session due to time out issue, how
would you do to have this QueryInfo transfert through pages ?