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...


how to keep track of index in listbox items.

Answers were Sorted based on User's Feedback



how to keep track of index in listbox items...

Answer / prasad

please send me the answer.
this is used in sendig items from one list box to another
listbox with a single click.
if the items r more.

Is This Answer Correct ?    3 Yes 1 No

how to keep track of index in listbox items...

Answer / ravikv

The following code retrieves the all the items of a list
box in to another list box in a single button click :

public void button1_click()
{
for(int i = 0; i < listbox1.items.count;i++)
{
listbox2.items.Add(listbox1.items[i].Text.Tostring());
}
}

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More ADO.NET Interview Questions

Does ado.net use odbc?

0 Answers  


What is the difference between statement and preparedstatement interface?

0 Answers  


How is entity framework different from ado.net?

0 Answers  


Which method is used by command class to execute SQL statements that return single value?

0 Answers  


If a table contains 20000 records. In a page at each time 100 records to be displayed.

0 Answers  


What is Pooling? what is data pooling? what is sql pooling?

3 Answers   TCS,


What are the advantages and drawbacks of using ado.net?

0 Answers  


What is difference between Dataview and Datatable?

0 Answers  


What are disadvantages of microsoft-provided data provider classes in ado.net?

0 Answers  


What is Debug.write does?

1 Answers  


What is sqldatareader in ado.net?

0 Answers  


Explain the advantages and disadvantages of using datalist?

0 Answers  


Categories