Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. update panel problem

update panel problem

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netmcphelpquestion
8 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Tauseef A
    wrote on last edited by
    #1

    some times it happens that update panel stops working as it is not on the page, soi have to create a new website and copy all the contents than it starts working , where am i wrong ? i am new to asp.net .thanks.

    Tauseef A Khan MCP Dotnet framework 2.0.

    E 1 Reply Last reply
    0
    • T Tauseef A

      some times it happens that update panel stops working as it is not on the page, soi have to create a new website and copy all the contents than it starts working , where am i wrong ? i am new to asp.net .thanks.

      Tauseef A Khan MCP Dotnet framework 2.0.

      E Offline
      E Offline
      Ersan Ercek
      wrote on last edited by
      #2

      by stop working what do you mean? it is ajax update panel right?

      T 1 Reply Last reply
      0
      • E Ersan Ercek

        by stop working what do you mean? it is ajax update panel right?

        T Offline
        T Offline
        Tauseef A
        wrote on last edited by
        #3

        means page starts getting refresh upon same operation on which it was not, yes it is ajax panel.

        Tauseef A Khan MCP Dotnet framework 2.0.

        A E 2 Replies Last reply
        0
        • T Tauseef A

          means page starts getting refresh upon same operation on which it was not, yes it is ajax panel.

          Tauseef A Khan MCP Dotnet framework 2.0.

          A Offline
          A Offline
          Abhijit Jana
          wrote on last edited by
          #4

          On the both Case you have used AJAX based web site ? Which VS Version are you using ?

          Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

          N 1 Reply Last reply
          0
          • A Abhijit Jana

            On the both Case you have used AJAX based web site ? Which VS Version are you using ?

            Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

            N Offline
            N Offline
            njwu
            wrote on last edited by
            #5

            may be you haven't add that as follows to the web.cofig file <httpHandlers> <remove verb="*" path="*.asmx"/> <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/> </httpHandlers>

            A 1 Reply Last reply
            0
            • N njwu

              may be you haven't add that as follows to the web.cofig file <httpHandlers> <remove verb="*" path="*.asmx"/> <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/> </httpHandlers>

              A Offline
              A Offline
              Abhijit Jana
              wrote on last edited by
              #6

              You should reply to the correct person so that he/she can get a notification. You have replied to me, but problem was with some one else. so, please reply that guys so that he may get an email notification with your answer.

              Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

              1 Reply Last reply
              0
              • T Tauseef A

                means page starts getting refresh upon same operation on which it was not, yes it is ajax panel.

                Tauseef A Khan MCP Dotnet framework 2.0.

                E Offline
                E Offline
                Ersan Ercek
                wrote on last edited by
                #7

                From my understdanding it may be depending on where you placed the button or the control which triggers the refresh, it is really hard for me to help with this little information.

                T 1 Reply Last reply
                0
                • E Ersan Ercek

                  From my understdanding it may be depending on where you placed the button or the control which triggers the refresh, it is really hard for me to help with this little information.

                  T Offline
                  T Offline
                  Tauseef A
                  wrote on last edited by
                  #8

                  i just replaced web.config file with new one and all is ok , but still i want to know about problem.

                  Tauseef A Khan MCP Dotnet framework 2.0.

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups