Ruby Forum Test > checkbox active/inactive status

Posted by artificialman Vamshi (artificialman)
on 08.10.2007 21:44
Hi Guys

I a products controller and views. In edit view I have a checkbox , MS
SQL Server doesnt have bool data type so i am using bit data type for
checkbox 0 for inactive and 1 for active. My question is I need a small
piece of code. I tried in many ways...didnt work out. Where ill place a
checkbox in edit view if i uncheck it should not display record in list.
Please help me.

vamshi