Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
535
Content inside UpdatePanel not working after upgrade from 8.2 to 8.3
posted

This was a working web application where all I have done is upgraded from 8.2 to 8.3. On my page I have an update panel that only contains <asp:> tags, no infragistics stuff (there are infragistic tools on other places on the page, but not inside the updatepanel). When a link is clicked on inside the updatepanel, it does not seem to be posting back to the server. A breakpoint in the menuButton_Command procedure is no longer being hit. Again, the only change to the app was ugrading the web.config to point to the newer 8.3 infragistic tools. Seems like changes to the infragistics items is interferring with the updatepanel. Any ideas?

 Oh... this is Framework 3.5

Parents
  • 2636
    posted

    Without seeing that section of code it is a little hard to help on this as there are a million things that can happen in a 3.5 web.config not to mention the obvious <asp:UpdatePanel><ContentTemplate> stuff... I know a lot of people use the gac and link it via web.config but i for one don't because of upgrading dll files etc. I never like to install etc. so I just drop them in the bin folder and call them that way...

    I am using 8.3 right now in a 3.5 site with ajax in and outside ig controls so it sounds like you are missing something somewhere...

     

Reply Children