kindicheema
Programmer
Hi
Im new to ASP.Net 2.0, so this may be a very simple question, i have created a formview that has insert, edit, and delete templates, and i have used sql stored procedures to bind to the templates, which all works ok.
Ive added checkboxlist control on the insert form (which gets the value and text from another table in the database )so that a user can do multiple selection. The store proc handles adding the data to the database, getting the id and then taking a string of the multiple selections and adding that data against the id into a normalised table.
The problem is that the form does not recogonise the checkboxlist and thinks it is undeclared in the code behind. If you place the checkboxlist just outside the form and run the page the checkboxlist does not appear.
Unsure what to do next, please help!
Im new to ASP.Net 2.0, so this may be a very simple question, i have created a formview that has insert, edit, and delete templates, and i have used sql stored procedures to bind to the templates, which all works ok.
Ive added checkboxlist control on the insert form (which gets the value and text from another table in the database )so that a user can do multiple selection. The store proc handles adding the data to the database, getting the id and then taking a string of the multiple selections and adding that data against the id into a normalised table.
The problem is that the form does not recogonise the checkboxlist and thinks it is undeclared in the code behind. If you place the checkboxlist just outside the form and run the page the checkboxlist does not appear.
Unsure what to do next, please help!