Search results for query: *

  1. M

    Unable to create Datagrid table style.

    I am using the code below to create a table style for my data grid. Yet when I execute the code the data displays without applying the table style. Any ideas on what I can do in order to bind the table style to my data grid? Thanks... PrivateSub Form1_Load(ByVal sender As System.Object...
  2. M

    Value of Boolean column does not change

    All, I have created a data set from an oracle data adapter and added a data column (type = boolean, name = "Select") to the datatable. The results are displayed in a datagrid. When the user clicks on the check box I want the value to be displayed in a msgbox. I assume that the value should...
Back
Top