Currently doing this exercise and for some strange reason it isn't working! Not sure what I'm doing wrong.
I'v followed through the tutorial to the letter (apart from giving the CheckBox a meaningful name because I cannot find the Text property)
But when I try to enter the following code:
Panel1.Visible = CheckBoxList1.Checked
It doesen't recognise the 'Checked' part of it and gives the following error message when trying to run.
Error 1 'Checked' is not a member of 'System.Web.UI.WebControls.CheckBoxList'. I:\ASP\PlanetWrox\Demos\Containers.aspx.
vb 7 26 I:\ASP\PlanetWrox
If anyone could help it would be much appreciated.