How would you add column headers in listview control?
Answer Posted / 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 |
Post New Answer View All Answers
What is data binding in vb net?
What is the use of command Object?What are the various types of variables?
How do I dial a phone number without using the MSCOMM VBX?
What is script control?
Explain what is Visual basic?
_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.
Is it possible to Access BackEnd procedures? Explain.
Explain the working with task in Gantt chart view.
___,_____ and ____ container objects.
How do I access C style strings?
Types of Resultsets.
How do I create controls dynamically (at run-time)?
How can you Navigate from the DHTML application to another DHTML application? .
What do you mean by Databound Controls Explain?
Is it posible to Create Tables Through Querydef?