methods to add-delete items from ListBox control
Write the name of the methods available in .NET 4.0, which are used to add and delete items from the ListBox control?
Expert
Items.Add() and Items.Insert() methods are used to add items; while, Items.Clear(), Items.Remove() and Items.RemoveAt() methods are used to delete items from a ListBox control.
Write the differences between HTML and XML.
List the types of data types that are present in .NET?
Explain the use of App_Code folder in ASP.NET?
Illustrate cross-page posting in an ASP.NET and the function of Server.Transfer() method?
What do you mean by the term XML Infoset?
How we can prevent validation control from validating data at client end?
What is a behavior of the Web browser when it receives the invalid element?
Write down the ToolTipService timing properties in the WPF?
How we can prevent users of the application from editing a text in ComboBox controls in the .NET 4.0?
State classes which are introduced in the System.Numerics namespace.
18,76,764
1933800 Asked
3,689
Active Tutors
1444056
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!