what is a dataview?why is it used for?
Answers were Sorted based on User's Feedback
Answer / anantha
DataView is Replica of a DataTable,which will be used for
sorting,Filtering,searching and editing.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / ravikumar
Represents a databindable, customized view of a DataTable
for sorting, filtering, searching, editing, and navigation.
Namespace: System.Data
Assembly: System.Data (in system.data.dll)
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / anu
A DataView provides a dynamic view of data whose content,
ordering, and membership reflect changes to the underlying
DataTable as they occur.
| Is This Answer Correct ? | 2 Yes | 1 No |
it is logical view of data members with in the dataset,we use
dataview for filltering the data or storing the data or to
represent the data in page wise
| Is This Answer Correct ? | 0 Yes | 0 No |
What does connection string consists of ?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
What is different between sqlcommand object and command behavior object?
What is ado oledb and odbc?
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 XML serialization
What is the difference between the clone() and copy() methods of the dataset class?
Difference between sqlcommand and sqlcommandbuilder?
What are the data providers used in ado.net
What are the key events of sqlconnection class?
How to you declare connection strings and how to you make use of web.config ?
Which is the best method to get two values from the database?
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)