eramgarden Posted July 13, 2004 Posted July 13, 2004 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... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.