Hello everyone, I've been having a problem that I can't seem to track down. Basically, I have a repeater and each row has its own collapsiblepanelextender. When clicked the collapsiblepanelextender shows more detailed information. The expanded information is populated by a DynamicPopulateExtender. The expanding, collapsing, and populating are all controlled by the same button. To keep the data up-to-date I have an UpdatePanel with a Timer as the trigger.
The conflict seems to be that if I manage to click the button and the extender is not done with its loading the expansion doesn't work. In fact at this point it often gets stuck until it is triggered by the clock again. I was wondering if anyone has had similar issues, and if so how did you work it out? I've been analyzing it and trying to solve it myself, but I decided to enlist the help of other intelligent bodies. I'm still new so sorry if this question is trivial, but if it is should be much easier to help me solve. : ] Thanks in advance, -Johnathan
