Methods used for operations in ListBox control
Name some methods, available in .NET 4.0, which are used to delete and add items from the ListBox control?
Expert
Following methods can be used for adding and deleting items from the ListBox control. The Items.Add() and Items.Insert() methods are used for adding items; on the other hand, the Items.Remove(), Items.RemoveAt(), and Items.Clear() methods are used for deleting items from the ListBox control.
Explain two properties of GridView control which specifies to turn on paging and sorting.
Write the namespaces which are required to enable the use of databases in the ASP.NET pages?
Differentiate between the default skin and the named skin?
Briefly describe about variable.
Define the term TrackBar control.
Explain about the AppFabric component?
Is it possible to validate a DropDownList by RequiredFieldValidator?
State the use of DropDownStyle property of the ComboBox control?
Specify the function of the “SizeMode” property of the PictureBox control?
Write the name of the control that you will use to make sure which values in the two different controls match?
18,76,764
1951304 Asked
3,689
Active Tutors
1415747
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!