How would you add column headers in listview control?
Answer / vidyadhar
You can add columns in Listview by using Columns. Add() method. This method takes two arguments, first one is the Column heading and second one the column width. In the above code, "ProductName" is column heading and 100 is column width.
Is This Answer Correct ? | 0 Yes | 0 No |
What is DDE?
Does VB Supports OOPS Concepts? Explain..
How many no of controls are there in form?
What is Internet Explorer and its uses?
What is executenonquery in vb net?
Explain about manipulating the recordset object
How would you attach pictures in Treeview Control?
What is ado data control in vb?
What is the max size of textbox?
Using which type we can access file line by line?
How can you read content from file?
What two methods are called from the ObjectContext object to inform MTS that the transaction was successful or unsuccessful?