Hi, guys

I got a problem. I have a case it must using Ajax.net 1.0(some web controls including the function) and Coolite AjaxEvent. If I fire web control's Ajax.net method, it works fine, and I fire Coolite AjaxEvent(ViewStateMode=Include), it works fine too, but I fire web control's Ajax.net method again, I got a wrong rsponse, I tracked the reason, If I fire Coolite AjaxEvent(ViewStateMode=Include) after Ajax.net method completed, I will get an incorrect response: "Invalid ViewState", I dont konw what happened, I guess you guys can show me a way :-).

BTW, If I set Coolite AjaxEvent's ViewStateMode=Exclude, it works fine.