ajax updatePanel

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lisles
    New Member
    • Jan 2010
    • 40

    #16
    the imageselect event that i'd posted earlier is the 1 that causes the postback...ther e is no other function and the datalist dlEvent is within the update panel

    Comment

    • lisles
      New Member
      • Jan 2010
      • 40

      #17
      Originally posted by Frinavale
      Nope, it's hard to read full code posts. You should only post what is relevant to your problem :)

      Now, the control that is responsible for posting back to the server is relevant to your problem so it would be helpful if you either pointed out where that control is in your current posted code or if you posted your code and included this control.
      do you have any idea where i may be goin wrong?

      Comment

      • Frinavale
        Recognized Expert Expert
        • Oct 2006
        • 9749

        #18
        Originally posted by lisles
        the imageselect event that i'd posted earlier is the 1 that causes the postback...ther e is no other function and the datalist dlEvent is within the update panel
        I'm sorry, did you mean your ImageButton "imgDlEvnt" causes the postback?

        If so then that's not the problem...if not then it probably is the problem.

        Or there could be a misunderstandin g between us...when you say the whole page posts back do you mean you notice, in the browser, that everything is submitted to the server and that everything is refreshed upon returning?

        Or do you mean something else?
        Like, you've noticed that your entire page life cycle still executes...?? (this is normal).

        -Frinny

        Comment

        • lisles
          New Member
          • Jan 2010
          • 40

          #19
          Originally posted by Frinavale
          I'm sorry, did you mean your ImageButton "imgDlEvnt" causes the postback?

          If so then that's not the problem...if not then it probably is the problem.

          Or there could be a misunderstandin g between us...when you say the whole page posts back do you mean you notice, in the browser, that everything is submitted to the server and that everything is refreshed upon returning?

          Or do you mean something else?
          Like, you've noticed that your entire page life cycle still executes...?? (this is normal).

          -Frinny
          yes,ImageButton "imgDlEvnt" causes the postback.and yes when i say the whole page posts back i mean i notice, in the browser, that everything is submitted to the server and that everything is refreshed upon returning?

          Comment

          • Frinavale
            Recognized Expert Expert
            • Oct 2006
            • 9749

            #20
            I'm at a loss.
            UpdatePanels have always just worked for me....

            I'm sorry.
            If you find out what's wrong I'd be really interested in hearing your solution.

            -Frinny

            Comment

            Working...