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

Explain ODP.net

0 Answers  


What are the usages of the command object in ado.net?

0 Answers  


How to retrieve the user id which is provided while windows authentication?

0 Answers   Cap Gemini,


What is difference between entity framework and ado.net?

0 Answers  


Explain how to create dynamic gridview?

0 Answers  






How you will set the datarelation between two columns?

3 Answers  


What is an example of ordinal data?

0 Answers  


What are all features of ADO.Net?

0 Answers  


What are all the different methods under sqlcommand?

0 Answers  


How do you update a dataset in ado.net?

0 Answers  


What is the use of SqlCommandBuilder?

0 Answers  


what is execute scalar?

11 Answers   Atharva Infotech, Dohatec New Media, Make eIT, Protech,


Categories