Hi,
I am using a data grid which is filled up with the data from the table. I have given two choices to the user. One a combobox is given having four columns in the list from which user can select a column name. Second a text box is given in which he can type the value. Based on the values of the column name and value i want to filter out records in the data grid. But don't know how. I am not using dataset only data grid is filled up directly from the table.
Please help me.
Thanks in advance
I am using a data grid which is filled up with the data from the table. I have given two choices to the user. One a combobox is given having four columns in the list from which user can select a column name. Second a text box is given in which he can type the value. Based on the values of the column name and value i want to filter out records in the data grid. But don't know how. I am not using dataset only data grid is filled up directly from the table.
Please help me.
Thanks in advance
Comment