checkboxlist: need idea/sample
-
This is what I want to do: Have a checkboxlist, when user clicks on any checkbox, display a text field under it with the information pulled from database and displayed in the textbox... [b] The textboxes are then updated back to the database [/b] Something like this: http://www.w3schools.com/aspnet/showasp.asp?filename=demo\_checkboxlist [b] But my issues/questions are these: [/b] 1. I want the textbox to be hidden ( but have the data from database already pulled into it). Only make the textboxes visible when a checkbox is clicked. 2. Is there another option besides "textbox"..because I dont know how big the field is going to be in the database..it could be one line, it could be a paragrah..[b] is there a dynamic control I can use?? [/b] 3. Is this doable on a datagrid/datalist? Thanks so much for any help