Explain the basic use of "dataview" and explain its methods.
Answer / Sunil Dutt
DataView is an ADO.NET class that allows you to sort, filter, and format data from a DataTable in memory without affecting the original data. Commonly used methods are Sort, Filter, and ToString. Here's an example:n```csharpnDataView dv = new DataView(myDataTable); // Initialize DataViewndv.Sort = "ColumnName ASC/DESC"; // Sort by column name in ascending or descending orderndataGridView1.DataSource = dv; // Bind to data sourcen```
| Is This Answer Correct ? | 0 Yes | 0 No |
Can I use One Data Set for More than one Data Adapter?
What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
what is data Adapter?
26 Answers CMC, CSS, IBM,
What are the Data providers in ADO.Net?
What is Serialization in .NET? what are the types of Serialization?
what are the two key events for the sql connection class? explain the differnce between the two.
feature of ADO.Net
What are the several execute methods of ado.net?
What we do with the object of ado.net dataset after using it?
What is the difference between typed and untyped dataset?
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, How do you check whether all the 10 records were present while updating the data(Which event and steps) and throw the exception.
2 Answers Fulcrum Logic, Satyam,
What providers does Ado.net uses?
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)