ASP.NET Page level callbacks and ViewStateMac...
Posted by: Rick Strahls WebLog,
on 23 Feb 2006 |
View original | NEW Bookmarked: 0 time(s)
Hmmm… I'm reviewing a few additional issues in the wwHoverPanel control dealing with POST data to the server.
Everything works fine when the data is posted back to the server using a non-containership setup:
http://www.west-wind.com/presentations/wwhoverpanel/sample/HoverList.aspx
This callback posts back the content of the page including ViewState and this works Ok. You can access the chkFullInvoice checkbox directly from your code as if it were a real postback. Great.
But...