Update Panel Refreshing whole Page?

Last post 02-04-2009 5:08 PM by brian.tabios. 19 replies.

Sort Posts:

  • Re: Update Panel Refreshing whole Page?

    12-03-2008, 4:28 AM
    • Member
      4 point Member
    • fpih
    • Member since 10-01-2008, 6:54 AM
    • Posts 19

    Just a question amit:

    How do you create an AJAX enabled site, because I don't see that option in VS 2008? I only see ASP.NET web site and AJAX server control project. Not AJAX project, neither AJAX enabled site. 

  • Re: Update Panel Refreshing whole Page?

    12-03-2008, 4:39 AM
    • Star
      7,932 point Star
    • amit.jain
    • Member since 10-06-2008, 5:09 AM
    • Delhi India
    • Posts 1,264

     well that options was for those using 2.0 , in 3.5 they have removed this option and have provided in built ajax support

    Don't say thanks rather mark my reply as "Answer" if it helps you ,Doing so u'll get points too
    amiT jaiN

    ASP.NET C#.NET Articles
  • Re: Update Panel Refreshing whole Page?

    12-03-2008, 4:41 AM
    • Member
      4 point Member
    • fpih
    • Member since 10-01-2008, 6:54 AM
    • Posts 19

     ok, thanks!

  • Re: Update Panel Refreshing whole Page?

    02-04-2009, 4:56 PM
    • Member
      9 point Member
    • brian.tabios
    • Member since 03-07-2008, 11:08 AM
    • Posts 9

    I'm having the same problem as fpih. I'm using a .NET 1.1 application converted to .NET 3.5. I've checked all of the web.config settings and I'm still getting a full page postback.

     I've also checked and reset all of my browser settings. It shouldn't be the browser because, update panel works when I create a new project. Is there other settings I should look at?

  • Re: Update Panel Refreshing whole Page?

    02-04-2009, 5:08 PM
    • Member
      9 point Member
    • brian.tabios
    • Member since 03-07-2008, 11:08 AM
    • Posts 9

     I've solved my problem.

     There was an xhtmlConformance element which was set to Legacy. I changed it to Transitional and the update panel worked as expected.

    Note to anyone who previously converted from a .NET 1.1 web application: if your using ajax and update panel is causing a full page post back. Check for the xhtmlConformance element in the web.config

     

     

Page 2 of 2 (20 items) < Previous 1 2