D*****n 发帖数: 363 | 1 With Ajax enabled, I start to get these invalid viewstate exceptions
ruining my page. Are there any general rules in dealing with this
problem? Should I call maybe a "Response.Clear ()" from time to time
to keep it from happening, or sth like that. It's killing me. | l*s 发帖数: 783 | 2 What ajax library do you use?
If you are using server.transfer, use repsonse.redirect instead.
【在 D*****n 的大作中提到】 : With Ajax enabled, I start to get these invalid viewstate exceptions : ruining my page. Are there any general rules in dealing with this : problem? Should I call maybe a "Response.Clear ()" from time to time : to keep it from happening, or sth like that. It's killing me.
| D*****n 发帖数: 363 | 3
I'm using Infragistics WebAsyncRefreshPanel, it fires a weird
script + literal combo to do page transfer. It doesn't work well
with non-trivial load of web controls.
【在 l*s 的大作中提到】 : What ajax library do you use? : If you are using server.transfer, use repsonse.redirect instead.
|
|