How do you filter the data in datagrid?
Answers were Sorted based on User's Feedback
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 connect to sql server database without using sqlclient?
How many types of data table are in SQL.NET
4 Answers Chetu India, HCL, MAHINDRA,
Which name space is used to get assembly details?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What we do with the object of ado.net dataset after using it?Can we dispose it or can we set it nothing?Is it must or not?
What is datasource in ado.net?
What is the difference between executenonquery () and executescalar ()?
Explain the basic use of "dataview" and explain its methods.
What is ADO .NET and what is difference between ADO and ADO.NET?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What is ole db and odbc?
What is ado object model?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)