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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. AJAX Problem (paging, sorting, editing) [modified]

AJAX Problem (paging, sorting, editing) [modified]

Scheduled Pinned Locked Moved ASP.NET
3 Posts 2 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.
  • S Offline
    S Offline
    SABhatti
    wrote on last edited by
    #1

    I have three update panels with conditional updatemode. First paneld containt navigation buttons and dropdownlist for paging. Second panel contains sortable datagrid with and edit/view button in last column and triggers fired by the nagavtion buttons. The third panel contains a form to show the details on clicking the edit/view button in datagrid. Most of the times all these are working fine. But some time onclicking the navigation buttons (first panel) the whole page flickers. Can someone tell me why? Secondly whenever I edit any record by clicking on edit/view button, it shows me details fine. But right after that if I sort the grid, the whole page flickers instead of the second panel only. And it happens everytime I sort the grid after clicking on edit button. Second sort works fine? Thanks in advance. WELL: I just tested in firefox and it is working just fine in firefox. So I quess it is IE stupid stuff.. -- modified at 11:58 Monday 12th March, 2007

    -----

    B 1 Reply Last reply
    0
    • S SABhatti

      I have three update panels with conditional updatemode. First paneld containt navigation buttons and dropdownlist for paging. Second panel contains sortable datagrid with and edit/view button in last column and triggers fired by the nagavtion buttons. The third panel contains a form to show the details on clicking the edit/view button in datagrid. Most of the times all these are working fine. But some time onclicking the navigation buttons (first panel) the whole page flickers. Can someone tell me why? Secondly whenever I edit any record by clicking on edit/view button, it shows me details fine. But right after that if I sort the grid, the whole page flickers instead of the second panel only. And it happens everytime I sort the grid after clicking on edit button. Second sort works fine? Thanks in advance. WELL: I just tested in firefox and it is working just fine in firefox. So I quess it is IE stupid stuff.. -- modified at 11:58 Monday 12th March, 2007

      -----

      B Offline
      B Offline
      badgrs
      wrote on last edited by
      #2

      My guess would be a) your using IE which has some horrible page flicker bugs in it and b) it occurs because most of the page is being updated (ie more than one panel), for smaller page updates you probably won't notice it. Does sorting the grid also update the third panel? I would of thought so...

      S 1 Reply Last reply
      0
      • B badgrs

        My guess would be a) your using IE which has some horrible page flicker bugs in it and b) it occurs because most of the page is being updated (ie more than one panel), for smaller page updates you probably won't notice it. Does sorting the grid also update the third panel? I would of thought so...

        S Offline
        S Offline
        SABhatti
        wrote on last edited by
        #3

        I think your first guess might be true. Your second is wrong because it is not updating all panels, it only updates the panel which I call panel.update or which have triggers. So updating is working fine only flickering of page is a problem that happens randomly. Most of the time it is working just as expected. Thanx for your response. WELL: I just tested in firefox and it is working just fine in firefox. So I quess it is IE stupid stuff..

        -----

        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