This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
Hi,
I would like to create some new WebPart (feedback form, search form), but I need use a postback in this. When I wrote test webpart and I've found a problem. Webparts aren't generated after postback. I think the problem is in the WebPartModule. Can you check this code? Why is there the condition?
mojoPortal.Web.WebPartUI.WebPartModule, line 40
-- cut --
if (!Page.IsPostBack) { LoadWebPart(); }
Thank you, Martin