Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Listview design in .net



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

Post New Answer

More ASP.NET Code Interview Questions

Code for Document Validation in XML.NET?

0 Answers   TCS,


How to get the row index on checking a Checkbox in a ListView

1 Answers  


How to Snap the Cursor to a Button?

1 Answers  


where is assembly are store

5 Answers   C DAC,


How to get Dynamically Linked Comboboxes Set?

0 Answers   HCL,


Code for Communicating over Sockets?

0 Answers  


What is the code of Password Recovery or Forget your password? Plz tell in c # language.

0 Answers  


working with fileUpload ?

1 Answers  


Code for Creating a Form Using PlaceHolder Controls?

0 Answers   Arena, JSA,


How we implement the paypal in my website and how we make a payment through Credit Card.

2 Answers  


Coding for Synchronizing Cache Access in ASP.NET?

0 Answers  


how can we close a web page in asp.net without using jscript?

4 Answers  


Categories
  • ASP.NET Code Interview Questions ASP.NET Code (46)
  • VB.NET Code Interview Questions VB.NET Code (9)
  • C Sharp Code Interview Questions C Sharp Code (51)
  • ADO.NET Code Interview Questions ADO.NET Code (8)