BINDing an ASP.NET 2.0 FormView - CheckBox or RadioButton to Oracle CHAR(1) Y/N
Posted
by Pete
on Stack Overflow
See other posts from Stack Overflow
or by Pete
Published on 2009-03-18T20:10:22Z
Indexed on
2010/04/05
16:13 UTC
Read the original article
Hit count: 251
asp.net-2.0
Oracle 9i has not BOOLEAN data type. CheckBoxes in ASP.NET are BOOLEAN controls are they not?
So using a CHAR(1) column with Y or N values in the Oracle table, how do I bind to a CheckBox or CheckBoxList or RadioButton or RadioButtonList control on an ASP.NET 2.0 web form?
I'm using VB, 'specially since I'm a noobie.
© Stack Overflow or respective owner