AutoPostBack repeatedly posts back

  1. #1

    AutoPostBack repeatedly posts back

    I am updating a project from 1.3 to 2.0 and after making all the necessary changes I have an issue where when I choose a value from a ComboBox with AutoPostBack="true" the page reloads but then it gets stuck in a loop where it continually reloads without stopping, reloading the page and the master page over and over. I haven't changed anything in the code aside from what was necessary to upgrade from 1.3 to 2.0. Is there something new in 2.0 that I need to handle to stop a page from repeatedly reloading? Is the definition of OnItemSelected different in 2.0 than in 1.3?
  2. #2
    Hi,

    Thanks for the report. This sounds like a defect.

    We'll try and figure out how to reproduce the error and certainly fix immediately if there is a problem.
    Geoffrey McGill
    Founder
  3. #3
    Thanks Geoffrey - I got around it by setting autopostback = false and calling a direct method, but it's not ideal. Let me know what you find out.

Similar Threads

  1. TabPanel and autopostback button
    By kritter in forum 1.x Help
    Replies: 1
    Last Post: Jan 11, 2010, 9:05 PM
  2. ComboBox with AutoPostBack
    By Maia in forum 1.x Help
    Replies: 1
    Last Post: Jun 24, 2009, 2:25 PM
  3. ComboBox AutoPostBack
    By methode in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 09, 2009, 5:45 AM
  4. Button AutoPostBack to "false"
    By geoffrey.mcgill in forum Open Discussions
    Replies: 11
    Last Post: Sep 19, 2008, 4:55 PM

Tags for this Thread

Posting Permissions