wondering why checkbox event wont fire..

eramgarden

Contributor
Joined
Mar 8, 2004
Messages
579
on second rebind?

This is what I have:

1. if not isPage.isPostback
'bind data to checkbox here
2. I have 2 checkboxes. When CB1 is checked, I build the textbox dynamically and display the binded data in the MAIN window.

3. When CB2 is checked, I popup a window, display the same textbox and save data. I uncheck CB1 and the textbox on the main window.

so far so good

4. Now, I do a check to see if data was saved in the Pop-up window, if saved, I rebind data IN MAIN WINDOW , check CB1, it should display the textbox by executing the checkbox event BUT IT DOESNT!

wondering why checkbox event doesnt fire when I rebind the data again..I want to rebind to show the updated data in the main window...
 
Back
Top