Click here to Skip to main content
15,887,083 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello,

I am working on telerik Winform with c#.

I have 3 dropdownlist, named as Client Dropdownlist, UserdropdownList,Lawyer DropDownlist.

Here When I select any item from Client Droplsit then according to userdropdownList and LawyerDropDownlist has to be changed.

I can get the List of Lawyer as Fully but i want to show the lawyer as for selected Client.
How should i write code.
My Code as Below.

C#
LawyerDropdownlist.DataSource = Lawyers;
           LawyerDropdownlist.DisplayMember = "LawyerName";
           LawyerDropdownlist.ValueMember = "LawyerId";




here Lawyers show me the full list of Lawyer but i want only selected.
Help

thanks
Posted
Comments
Anisuzzaman Sumon 9-Feb-15 23:23pm    
Improve your question and show up more code

1 solution

 
Share this answer
 
v2

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