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

Explain what are acid properties?

0 Answers  


What is untyped dataset?

0 Answers  


What are the namespaces used in ADO.Net to connect to a database?

0 Answers  


What is data access pattern?

0 Answers  


How we can provide data to ado.net?

0 Answers  


What are the steps to connect to a database?

0 Answers  


What is different between sqlcommand object and command behavior object?

0 Answers  


How to aggregating data across related tables?

0 Answers  


What is bubbled event can you please explain?

0 Answers  


What are the Data providers in ADO.Net?

0 Answers  


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

0 Answers  


What is data relation?

0 Answers  


Categories