how to make postback work correctly

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/5/2010 2:22:09 PM
Gravatar
Total Posts 55

how to make postback work correctly

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

9/7/2010 6:58:02 AM
Gravatar
Total Posts 18439

Re: how to make postback work correctly

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

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