| Author: Saravanan Somasundaram 29 Aug 2008 | Member Level: Silver | Rating: Points: 3 |
hi, yes, it'll affect the page loading time. try to save ur view state information in file format, using the persitance medium logic.
regards, Saravanan Somasundaram
|
| Author: D.Jeya kumar(JK) 29 Aug 2008 | Member Level: Diamond | Rating: Points: 5 |
Hi,
It will affect the loding of the page and it will not affect the server because all the values are stored in client machine. Encrypting the control values and decrypting the values back to the controls will take time. if you don't want if for some controls then you can disable the view state for some controls. surely it it will affect the performance of the application
Regards JK
|