Problem with Updatepanel

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.
4/25/2011 5:37:06 PM
Gravatar
Total Posts 3

Problem with Updatepanel

Hi everyone !

I need your help for a small problem with updatepanel.

I have a grid with several rows and columns. The first column is only composed of checkboxes. I created a button "Select all" which just checks all the checkboxes. The button is working, but when I want to put it into an updatepanel, it's not working anymore. Does anyone can explain me why ?

Thank you very much for your help !

Regards

J.S.

4/26/2011 6:39:55 AM
Gravatar
Total Posts 18439

Re: Problem with Updatepanel

Often things that get wired up with javascript on the first request may become unwired up after the updatepanel does an ajax post back.

You may be able to solve it by using ScriptManager.RegisterStartupScript instead of Page.ClientScript.RegisterStartupScript (and other ScriptManager methods instead of Page.ClientScript methods).

It is a common problem and you can find a lot of advice by googling.

Hope that helps,

Joe

4/26/2011 12:34:08 PM
Gravatar
Total Posts 3

Re: Problem with Updatepanel

Thank you for your help Joe ! I'll try this :)

 

Jey

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