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.
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.
Hi all,
I have custom control inside mojo page, what properties do I have to set to make
it work correctly? I have one dropdown list and one gridview, in gridview I am changing data
according to dropdown selectedindexchanged, sometimes it shows me correctly sometimes it takes
all data from database, if I will not put my control in mojo page it works ok, it has problem only in mojo page,
It means I am not configuring well for mojo page, where do I have to look to learn better how to put
in mojo page?
Thanks
Make sure you have
Page.EnableViewState = true; set in pageload or oninit
other than that you need to set break points and step through your code and find out what is happening