B 
		
								
				
				
			
		Big E
I'm using ASP.Net and SQL Server.
In the database I have a bit field.
On the webform I have a checkbox.
When I do a insert or update I want the checkbox to equal the bit field.
When I do a checkbox1.Text it equals nothing "".
When I do a checkbox.checked it equals True or False.
How can I have it equal 0 or 1
Thanks.
Erik
				
			In the database I have a bit field.
On the webform I have a checkbox.
When I do a insert or update I want the checkbox to equal the bit field.
When I do a checkbox1.Text it equals nothing "".
When I do a checkbox.checked it equals True or False.
How can I have it equal 0 or 1
Thanks.
Erik