Wednesday, March 7, 2012

Does Boolean DataType Exists in SQL server

Does boolean data type exists in Sequel if y how? if N y?

How can i opt for boolean ( nearest ) ?

I've used Bit with not null

i want 2 display column of bit datatype into Checkbox .. Is is possible??

Whenver i bind the datatype of bit for checkbox it is throwing an error??

HELP ME HELP MEBit works fine as a boolean field, I don't have any problems. It is most likely a problem with nulls in your data. You can bind the bit filed to the checked property of a checkbox and you can put that checkbox in a repeater or datagrid using TemplateColumn.

Can you show your code. Or have you already resolved this issue. I know it is a bit old.

No comments:

Post a Comment