Dymanic CheckBox
-
Hi, I'm creating a dynamic table and checkboxes at Button_Click event. The user need to choose some of them and after words press ather button, my problem is at the post back, how i can show the same dynamic checkboxes with the checked ones. I tyied to use ViewState, but it's duplicate me the table. Please help. 10x
-
Hi, I'm creating a dynamic table and checkboxes at Button_Click event. The user need to choose some of them and after words press ather button, my problem is at the post back, how i can show the same dynamic checkboxes with the checked ones. I tyied to use ViewState, but it's duplicate me the table. Please help. 10x
either change your logic to create them at page init or read data at post back and write it back after binding.
-
either change your logic to create them at page init or read data at post back and write it back after binding.