Methods of DataView class
Name the methods of DataView class?
Expert
The methods of DataView class are as follows:
i. Delete() – It deletes a specified row from DataView object according to a specified index.
ii. Find() – It Finds the row in the DataView by using the sort key value.
iii. AddNew() – It adds the new row to a DataView object.
iv. FindRows() – It uses a sort key value equivalent to the columns of the DataRowView objects. It returns the array of all corresponding objects of the DataRowView whose columns go with a sort key value.
Illustrate the term Namespace also its uses?
Explain what is the CLI and also if it is same as that of CLR?
Illustrate the various types of contract available in the WCF?
Briefly describe about standard query operators in LINQ?
How users of an application can be prevented from editing the text in the ComboBox controls in .NET 4.0?
State some of the different ways in order to pass parameters to the server?
Specify various states of the XMLHttpRequest along with their description.
Is it possible to set which kind of comparison we want to perform by the CompareValidator control?
State the difference between Managed and Unmanaged Code?
How one can implement the text box to display characters in the uppercase?
18,76,764
1940526 Asked
3,689
Active Tutors
1438951
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!