开发者

ASP.NET Webparts not keeping state after postback

开发者 https://www.devze.com 2023-01-13 20:33 出处:网络
I am working on a portal where the homepage has multiple webparts on the page.Each can be minimized & restored.

I am working on a portal where the homepage has multiple webparts on the page. Each can be minimized & restored.

The issue here is, once any one of the webparts are minimized and if user clicks on another webpart to minimize that one, the first webpart is now automatically restored. Also, if you navigate to another page and come back, all the webparts ar restored.

开发者_如何学编程

How can I hook into the postback for the 'Minimize' event on the webpart? Why isn't the webpart keeping its state?

0

精彩评论

暂无评论...
验证码 换一张
取 消