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. AJAX 'Eating' controls after repeater controls

AJAX 'Eating' controls after repeater controls

Scheduled Pinned Locked Moved ASP.NET
helpcsharpasp-netannouncement
4 Posts 3 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.
  • P Offline
    P Offline
    Paul Brower
    wrote on last edited by
    #1

    We're using AJAX with an ASP.Net 2.0 site, and we've come across a problem. We have a simple repeater control that contains a label, textbox, and checkbox. We've ajaxed out page and all is working well, except for this one little problem: Our repeater controls are in their own update panel, and wheneven we check a checkbox in our repeater control, everything AFTER the updatepanel with our repeater controls in it, dissappears. We've googled a ton and can't figure this one out. We would be thankful for any help. Paul Brower

    S S P 3 Replies Last reply
    0
    • P Paul Brower

      We're using AJAX with an ASP.Net 2.0 site, and we've come across a problem. We have a simple repeater control that contains a label, textbox, and checkbox. We've ajaxed out page and all is working well, except for this one little problem: Our repeater controls are in their own update panel, and wheneven we check a checkbox in our repeater control, everything AFTER the updatepanel with our repeater controls in it, dissappears. We've googled a ton and can't figure this one out. We would be thankful for any help. Paul Brower

      S Offline
      S Offline
      Steve Westbrook
      wrote on last edited by
      #2

      Does your repeater make me.Context.Response calls? Me.Context does not always return the same object.

      1 Reply Last reply
      0
      • P Paul Brower

        We're using AJAX with an ASP.Net 2.0 site, and we've come across a problem. We have a simple repeater control that contains a label, textbox, and checkbox. We've ajaxed out page and all is working well, except for this one little problem: Our repeater controls are in their own update panel, and wheneven we check a checkbox in our repeater control, everything AFTER the updatepanel with our repeater controls in it, dissappears. We've googled a ton and can't figure this one out. We would be thankful for any help. Paul Brower

        S Offline
        S Offline
        Sandeep Akhare
        wrote on last edited by
        #3

        Hi Poul, Ya it will happen as it will get reset. you will have store the changes in each post back whether it is asynchronous and synchronuos.

        Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "

        1 Reply Last reply
        0
        • P Paul Brower

          We're using AJAX with an ASP.Net 2.0 site, and we've come across a problem. We have a simple repeater control that contains a label, textbox, and checkbox. We've ajaxed out page and all is working well, except for this one little problem: Our repeater controls are in their own update panel, and wheneven we check a checkbox in our repeater control, everything AFTER the updatepanel with our repeater controls in it, dissappears. We've googled a ton and can't figure this one out. We would be thankful for any help. Paul Brower

          P Offline
          P Offline
          Paul Brower
          wrote on last edited by
          #4

          It turns out we had our FooterTemplate innpropriately formatted. (Ok, it was missing altogether). By adding the FooterTemplate and a tag, it works properly now. Thanks for your responses.

          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