Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...