how to call a list box on the text if some one send me the
code for it



how to call a list box on the text if some one send me the code for it ..

Answer / aparna

i understood the ? like this what to do if we need to
transfer the listbox items to the text if i am correct then
my answer to this is

double click on the listbox so that the eventof the listbox
is displayed in the code editor
i.e
private sub listbox1_selectedindexchanged......
textbox1.text=listbox1.selecteditem

hope i am correct

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More VB.NET Interview Questions

What is the feature anonymous type?

0 Answers  


What is the top .net class that everything is derived from?

0 Answers  


Explain the use of console application?

0 Answers  


Is there any website from where i can download VB.net bible free in pdf format

0 Answers  


What is visual basic.net culture?

0 Answers  






What is the difference between convert.tostring and i.tostring method?

0 Answers  


What is the relation between Garbage collector and finalize and destructor?

2 Answers   Kanbay,


What is multiple form in vb?

0 Answers  


What is late binding and early binding?

0 Answers  


Why Datareader is useful?

5 Answers  


How to store images in sql server database through vb.net?

0 Answers  


What is deep copy?

0 Answers  


Categories