Ask a Question related to Dreamweaver AppDev, Design and Development.
-
``` #1
how to update from a checkboxlist or checkbox
Can someone please help me. I thought this would be relatively painless but Im
having problems.
I've created a small applicaion using asp.net witha SQL server database. The
theory is pretty simple. Its kind of like reconciling your bank statement or
phone bill.
I've pulled the information out of the database and displaying it all in a
datagrid. With this I have a checkbox for each row/record. I want to be able to
go down the list and "check off" those items that have been cleared. Thus
updating the column "cleared" in the database for each and every record.
Now Ive used a datagrid for aesthetic purposes but I could use a repeated
region, data list, checkboxlist whatever, I don't care if I can somhow get it
to work. I don't need to update any of the other data just weather or not a
checkbox has been checked.
I know I have to use some kind of looping statement or handler but this is
where Im stuck. Can someone please offer me the code on how to update all
records displayed based on weather a checkbox (for each record) is set to true
or false
Many thanx
``` Guest
-
Howto bind CheckBox to the datagrid/ Then update the database field when the checkbox is clicked.
I am trying to update the database field when the checkbox is clicked. I am trying to modified the following solution but.. got stuck on the... -
how to put checkbox control by using checkboxlist within the repeater?
how to put checkbox control by using checkboxlist within the repeater? -
What am I doing wrong with checkbox update?
I have a form with multiple: <input type="checkbox" class="checkbox" name="green" value="true"<% if rs("hardstyle") = true then %> checked<% else... -
checkbox update
I don't really follow, personally, but it sounds like you want to do something like: <input type="checkbox" disabled="true"> Either that, or... -
/!\ How to colorize selected checkbox in checkboxlist control ?
Dear UseNet readers, Does anyone have any idea on how to colorize selected checkbox in checkboxlist control ? I've quite a huge checkboxlist...



Reply With Quote

