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.
Differentiate between the methods Clone() and Copy() of a DataSet class?
Explain some of the versions of .NET?
Name the different methods provided by a DataSet object to create XML?
State the naming conventions essential for XML elements tags?
Describe about lambda expressions which are used in LINQ?
Write the name of event which determines that all controls are completely loaded into the memory?
What is meant by the term Assembly?
Explain Hashtable?
Explain how is docking different from the anchoring?
Briefly describe the tuples?
18,76,764
1931668 Asked
3,689
Active Tutors
1430716
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!