I am trying to create a Dynamic Checkbox.
Here is what i have done.
I am using ASP with SQL. I have created a new field in the my table with a datatype of bit. (Datatype is prob my problem.) on the update page i can check the box and it will update the Database. However when i go back to the update page the checkbox is no longer checked.
When i go back to the update page i need it to be checked in dbo.mytable.field has a "1" in the db.
Anyone have any ideas?
Here is what i have done.
I am using ASP with SQL. I have created a new field in the my table with a datatype of bit. (Datatype is prob my problem.) on the update page i can check the box and it will update the Database. However when i go back to the update page the checkbox is no longer checked.
When i go back to the update page i need it to be checked in dbo.mytable.field has a "1" in the db.
Anyone have any ideas?