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.
Which classes are used to handle standard menu in the MenuStrip control.
In what way we can display the icon during runtime on a StatusStrip control?
How can you send an email message through an ASP.NET Web page?
Explain the following methods DataAdapter.Update() and DataSetAcceptChanges()?
What is the EventLog class?
Which statement can be used to replace many if-else statements in the code.
Explain about the Native Image Generator?
Briefly state the characteristics of the value-type variables which C# programming language supports.
Explain about the AJAX Control Extender Toolkit.
How can we programmatically place a cursor on the given line or on the character in a RichTextBox control in the C#?
18,76,764
1935894 Asked
3,689
Active Tutors
1439893
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!