want to avoid losing data of previous screen
ASP.NET
4
Posts
4
Posters
0
Views
1
Watching
-
i want to retain data of previous screen as i move to next. so as onclicking previous button,i have not to reload data
-
i want to retain data of previous screen as i move to next. so as onclicking previous button,i have not to reload data
cache your previuos data and when you come back retrieve your data from cache... Thanks
-
i want to retain data of previous screen as i move to next. so as onclicking previous button,i have not to reload data