How do you filter the data in datagrid?
Answer Posted / sunil
RowFilter is a read/write property that gets and sets the
expression used to filter the table.
Eg: DataView dv = dt.DefaultView;
dv.RowFilter = "Country = 'USA'";
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is a control toolbox?
Which architecture does Datasets follow?
Define Execute Scalar?
What are the important features of ado.net 2.0?
Why is ADO.NET serialization slower than ADO ?
What are the benefits of using ado.net?
What is difference between datagridview and datagrid control in winforms?
Which method is used by command class to execute SQL statements that return single value?
Can we do database operations without using any of the ado.net objects?
What is commandbuilder in ado.net?
What is the difference between Datareader and Dataset?
Can you explain how to enable and disable connection pooling?
What is the default timeout specified for "sqlcommand.commandtimeout" property?
What is ado oledb and odbc?
What is the namespaces being used to access oracle database?