Problem debugging

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
9/30/2006 10:56:47 AM
Gravatar
Total Posts 73

Re: Problem debugging

Sorry Joe,

Neither works for me.

It would be great if you could add it to the config.

Thanks,

Jan

9/30/2006 11:02:06 AM
Gravatar
Total Posts 18439

Re: Problem debugging

Ok, no problem I'll add it to my svn sandbox version now and if you do the same it should be fine for the next release.

Cheers,

Joe
9/30/2006 11:10:47 AM
Gravatar
Total Posts 73

Re: Problem debugging

Hi Joe,

It appears to be working when I add true;

to the pageload section. It does not work when I use this.EnableViewState anywhere in the code or Page.EnableViewState on another point.

So, you can keep it as it is, although I think it is better to parameterize it in web.config.

Thanks,

Jan

Page.EnableViewState =

9/30/2006 11:17:24 AM
Gravatar
Total Posts 18439

Re: Problem debugging

Yes, isn't that what I originally said? Add Page.EnableViewState = true; to Page load of module

In any case I've committed it to svn with the config setting and I'm happy to leave it in there. I put some comments in there about what its for and when to set it to false.

Cheers,

Joe
9/30/2006 11:27:20 AM
Gravatar
Total Posts 73

Re: Problem debugging

That was a misinterpretation of mine.

Sorry;-)

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