Although this didn't seem to be an issue in vs2008 prior to the upgrade (not sure how this could be true), it turned out to be a browser setting. After enabling a few script settings, it all came back to life. Go figure.
Please mark the post as ANSWER if it helps you
Disclaimer: Just my opinion. Not my employer or anyone else....
Marked as answer by Rick Matthys on Apr 24, 2010 01:32 AM
Rick Matthys
Contributor
2794 Points
406 Posts
Anyone having issues with update panels after installing vs2010?
Apr 23, 2010 08:34 PM|LINK
Hello all,
I upgraded a development server to VS2010 today thinking it would be a slam dunk. I was wrong.
All behaviour with update panels seems to be confused. Here's a simple example:
<ajax:UpdatePanel id="x" runat="server" UpdateMode="Conditional"> <ContentTemplate> <asp:Button ID="btn" runat="server" Text="button" OnClick="doit_click" /> <asp:LinkButton ID="linkbtn" runat="server" Text="xx" OnClick="doit_click" /> </ContentTemplate> </ajax:UpdatePanel>If I click the button, it causes a full postback.
If I clck the link button, it just spins, but doesnt hit a breakpoint in page load or the event handler.
My gut is telling me it must be a setting somewhere that's jacking with the networking, but I have no idea.
Anyone have any suggestions? All inputs very appreciated.
Disclaimer: Just my opinion. Not my employer or anyone else....
Rick Matthys
Contributor
2794 Points
406 Posts
Re: Anyone having issues with update panels after installing vs2010?
Apr 24, 2010 01:32 AM|LINK
Problem solved.
Although this didn't seem to be an issue in vs2008 prior to the upgrade (not sure how this could be true), it turned out to be a browser setting. After enabling a few script settings, it all came back to life. Go figure.
Disclaimer: Just my opinion. Not my employer or anyone else....