Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
while selecting an item in list box,
How to display the corresponding values in the multiview based on listbox selected value?
Posted
Updated 10-Aug-10 23:32pm
v2
Comments
dan!sh 11-Aug-10 5:24am    
Reason for my vote of 1
Code demand.
thatraja 11-Aug-10 5:33am    
Can you tell us what you have tried? if yes then post code here in the question.

1 solution

Don't know what stopped you in this!

Steps:
1. Have a Listbox Selected Index change event [^]wired up
2. In the event, use the selected value
3. Populate the multiview based on the selected value

Try now!
 
Share this answer
 
Comments
Dalek Dave 11-Aug-10 10:15am    
Sandeep, you make it sound so simple!
Oh wait... :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900