Listview design in .net
Answer / subha
first Place the list view control in form.(vb.net)
and place textbox and button.
coding:
In form load:Add the columns in list view.
listview1.columns.add("empname",100,HorizontalAlignment.left)
listview1.columns.add("dept",100,HorizontalAlignment.left)
Button click event:
dim str(15) as string
dim itm as ListviewItem
str(0)=txtname.text
str(1)=txtdept.text
itm=new ListviewItem(str)
listview1.items.add(itm)
Is This Answer Correct ? | 4 Yes | 0 No |
What do you create for easier access of data?
how the value of label is printed through a button in asp.net web application
What is the code of Password Recovery or Forget your password? Plz tell in c # language.
How to add checkbox to datagrid?
How to get the row index on checking a Checkbox in a ListView
Code for Document Validation in XML.NET?
How to Bind Nested XML to a Repeater Control with Container.DataItem?
HOw to Build a Nested GridView Control with ASP.NET?
How to Create Scrollable Micro Windows?
how to upload a photo? i need to use it in a matrimonial applicaton...
How to send e-mail from an ASP.NET application?
16 Answers DataPoint, Infosys, Persistent, Radar, TCS, Wipro,
Coding for .NET Delegates?