How do you filter the data in datagrid?

Answers were Sorted based on User's Feedback



How do you filter the data in datagrid?..

Answer / 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

How do you filter the data in datagrid?..

Answer / vamseedhar

by using dataview

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More ADO.NET Interview Questions

What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?

0 Answers   CGI,


What are the different row versions available in table?

0 Answers  


What are the differences between RAW, AUTO and Explicit modes in retrieving data from SQL Server in XML format?

1 Answers   TCS,


What is ado.net architecture?

0 Answers  


What is the hierarchy of data in databases?

0 Answers  






If a table contains 20000 records. In a page at each time 100 records to be displayed.

0 Answers  


What is datatable?

3 Answers  


Explain the advantage of ADO.Net?

0 Answers  


Diff. b/w DataReader and DataSet?

8 Answers   Avon, Value Labs,


What is reference by value how does it works in .net?

2 Answers   SQL Star,


what is a dataset?

9 Answers   Choice Solutions,


What is an ado connection?

0 Answers  


Categories