GridView control
Explain two properties of GridView control which specifies to turn on paging and sorting.
Expert
Properties of the GridView control which is specified in order to turn on the sorting and paging are as follows:
a) The AllowSorting property of the Gridview control specifies that whether sorting is on or not. The AllowSorting property should be set to true in order to allow the sorting.
b) The AllowPaging property of the Gridview control specifies whether paging is enabled or not. You must set the AllowPaging property to True to enable the paging.
Write down the classes which derive from the abstract System.Windows.Shapes.Shape class in the WPF?
How one can put a border around the picture box?
Describe DataReader object?
Specify the statement which replaces the multiple if-else statements in the code?
Briefly explain Application Cache?
How rows can be added or deleted from the DataTable object of DataSet?
Specify the new features involved in the Microsoft AJAX library?
Explain the use of a DropDownStyle property of a ComboBox control?
Specify the tools which can be used to develop the .NET applications?
Describe the differences between the Server-side and Client-side code?
18,76,764
1956296 Asked
3,689
Active Tutors
1447377
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!