IsPostBack always true

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.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
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.
This thread is closed to new posts. You must sign in to post in the forums.
10/22/2009 11:01:35 PM
Gravatar
Total Posts 1

IsPostBack always true

Im consulting other company, their are using Mojo Portal,for some reason in every module on PageLoad or PageInit  IsPostBack always true.
Any idea how to fix it?Is it configuration issue?

10/23/2009 2:23:44 PM
Gravatar
Total Posts 18439

Re: IsPostBack always true

This is not a true statement about mojoPortal.

In ASP.NET, IsPostBack is true for a POST request (i.e form submission) and false for a GET request.

There is no way that I know of to make it behave any different. As far as I know it it not possible to make IsPostBack true on every request and certainly this is not the case in mojoPortal.

This question should have been posted in the developer forum. It is definitely not a bug in mojoPortal.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.