Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: User Control Sequence of events, Event Bubbling


Message #1 by "Carole Sullivan" <carolesullivan@e...> on Wed, 6 Nov 2002 17:11:15
I believe my EventBubbler is missing something!

my sequence of events:

1)  in pageload, i retrieve a record with dbkeys and use the variables to 
populate sql parameters for several commands and grids to populate my 
page.

2)  In a user control I have a NEXT button that updates the dbkey record 
and raises an event on the aspx page.

In my aspx page, I have placed a label to show that the OnBubbleEvent is 
fired, and it is.

My problem is this, I still get the old data.  This is a postback, but if 
the page follows the sequence of events that it did the FIRST time thru 
it should retrieve my NEW database keys, but that is not happening.

Any suggestions would be most appreciated.  

Is this even the right solution for my problem? I am wondering is I 
should try an asp include and put the subroutines in my namespace.

Thanks,  Carole

  Return to Index