Purpose of DataView
State the purpose of DataView?
Expert
DataView contains the user-defined view of the table. A complete table or a small section of the table depends upon some criteria which can be presented by an object of the DataView class. This class can be used to sort and find the data within the DataTable.
The DataView class has the following methods:
a) Find() – This method finds a row in a DataView by using sort key value.
b) AddNew() - This method adds a new row to the DataView object.
c) FindRows() - This method uses the sort key value to match it with columns of DataRowView objects. It returns the array of every corresponding objects of DataRowView whose columns match with sort key value.
d) Delete() - This method deletes the required row from the DataView object in accordance with the specified index.
Describe ExpandoObject and DynamicObject classes.
Specify some of the situations in which AJAX cannot be used.
Distinguish between the .EXE and .DLL files?
Explain the difference between the Response.Output.Write() and Response.Write() methods?
Explain about the UpdatePanel control.
Define the terms Web server controls and Custom user Controls in Asp.net?
Explain the term Merge Module projects?
Write about the AJAX and JavaScript?
State the characteristics of the reference-type variables which is supported in the C# programming language.
What is the use of Global.asax file?
18,76,764
1943888 Asked
3,689
Active Tutors
1428818
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!