| Author: Ramasamy.N 07 Aug 2007 | Member Level: Gold | Rating: Points: 2 |
if not using back button in the browser, the values will be discarded from control. If use back button in browser. the values will be.
|
| Author: Vijay Kumar Naidu 07 Aug 2007 | Member Level: Gold | Rating: Points: 2 |
Yes, it will.
|
| Author: Rajiv Sharma 07 Aug 2007 | Member Level: Gold | Rating: Points: 2 |
no,it will not retain data.because view state is on page level..........
|
| Author: Swapnil 07 Aug 2007 | Member Level: Gold | Rating: Points: 2 |
I am agree with rajeev sharma, viewstate could not maintain value between page postbacks (from page 1 to page 2 and page 2 to page 1). For that need to use session or querystring to maintain the data.
|
| Author: Subodh kumar Prajapati 07 Aug 2007 | Member Level: Gold | Rating: Points: 2 |
Hello friend, The viewstate maintain the data if you use the back button of the browser. But viewstate can not maintain the data if you use the server control for display the back page. If you use the javascript for display the back page then viewstate can maintain the data.
Ok bye...
|