Across pages Data
-
i have survey project. i have consecutive 5 pages. and each pages have some controls. i want to use all the previous 4 pages values on last 5 th page i don't want to use following techniques. session cache application context previoupagedirectory querystring is there any other techniques to solve my problem MBMB
-
i have survey project. i have consecutive 5 pages. and each pages have some controls. i want to use all the previous 4 pages values on last 5 th page i don't want to use following techniques. session cache application context previoupagedirectory querystring is there any other techniques to solve my problem MBMB
create one class, add static variables to that class, in last page, retrive from these variables and save.....
Ramana
-
create one class, add static variables to that class, in last page, retrive from these variables and save.....
Ramana
-
create one class, add static variables to that class, in last page, retrive from these variables and save.....
Ramana
But you know that this data will be shared between all requests by all users?? This will never work if there is more than one user! And actually, this would be the same as using the Application state.
-^-^-^-^-^- no risk no funk ................... please vote ------>
-
i have survey project. i have consecutive 5 pages. and each pages have some controls. i want to use all the previous 4 pages values on last 5 th page i don't want to use following techniques. session cache application context previoupagedirectory querystring is there any other techniques to solve my problem MBMB
MB_1981 wrote:
session cache application context previoupagedirectory querystring
Why not? Normally you would use the Session or Querystring for this kind of requirement.
-^-^-^-^-^- no risk no funk ................... please vote ------>