The checkbox can not show it checked when using Oracle DataBase

5 replies. Last post: October 24, 2011 5:49 AM by Yudi
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
xu guochunMember

Hello ,

   I meet a problem when I use Oracle Database . In my WebGrid , there is a column of checkbox and  it display whether these checkboxs checked according to the data of Oracle Database . But now these checkboxs can not show them checked .

   The following code is about the column of checkbox .

<ISWebGrid:WebGridColumn Name="IsShow" Caption="IsShow" AllowSorting="No" Width="50px"
             DataMember="IsShow" IsAutoWidth="false" ColumnType="CheckBox"   
EditType="Checkbox" DataType="System.Boolean"> </ISWebGrid:WebGridColumn>

   The datatype of this column in the Oracle DataBase is Number(1) .

   Anyone can help me ? Thanks a lot !

All times are GMT -5. The time now is 4:43 PM.
Previous Next