CheckBox List Issue
-
Hi... I am creating a checkbox list dynamically, and i am checking the selected items.When the page gets postback more than once i am unable to check the selected check box in the list.It always returns false, What could be the problem. Thanks in Advance Mahesh.J
-
Hi... I am creating a checkbox list dynamically, and i am checking the selected items.When the page gets postback more than once i am unable to check the selected check box in the list.It always returns false, What could be the problem. Thanks in Advance Mahesh.J
If you create items dynamically, they are not restored in the viewstate tree if the item does not exist prior to page load ( creating it in page load is too late ). The best thing to do in this case is to have the form submit itself and examine the form itself for the details of what items were checked.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )