Hi Dan,
Thanks for the reply and code pointer...
I have a problem using Bubbles because I am not caching the data on the server side. Because of this, the RenderContent method does not have access to the current state of my data. I could think of several ways theBubbles could beextendedso that my situation could make use of them.
AnewBubbleInnerHTML property could be added to the event.It could then be populated in theBeforeEventRendermethod. The BeforeEventRenderEventArgs.InnerHTML would be set to this, but could sitll be overwritten in the RenderContent method .
The BeforeEventRenderEventArgs class could be extend to include the event Tag collection so that custom data could be passed.