![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
|
I have a large asp.net page. There is a datagrid in the page, 400 rows, viewstate is enable. There is also a dataset which is stored in viewstate. The first load of the page takes 8 seconds. the postback gave me a timeout. The page is large(1.5 M bytes). what the postback did is just deserializing the viewstate back to dataset. I know the large viewstate will slow down the performance, I exepected that the post back would take two times amount of time of the first load. but I still cannot figure out why timeout occured. Is that because deserialization take more time than serialization? Any help will be very appreciated!!! -- Lynn |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |