Click here to Skip to main content
15,885,537 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello, as i select client name in client dropdownlist there is required files have to be changed according to the selected client.
so on selectedindexchanged for that i could not get it.
Posted
Comments
BillWoodruff 22-Jan-15 7:55am    
How do you know which files have to be changed ?
dlpanchal 22-Jan-15 8:05am    
there is list for all files first.
as i ckick on the radio button of client it will shows dropdownlist of clients. and as according i select client there is required to show that file for selected client.
BillWoodruff 22-Jan-15 9:45am    
Sorry, it's still not clear to me. If you select the client by a RadioButton, then why do you also need a DropDownList (ComboBox ?) of clients.

Remember that we can't see your screen, and the more specific you can be, the easier it is for us to assist you.

Have you written an EventHandler for the DropDownList selected index changed Event ? Is this WinForms ... or ASP.NET ?
dlpanchal 22-Jan-15 23:42pm    
First of all sorry for not ask the question properly as i m new one so dont too mmuch idea about that.

This is in Telerik Winforms.

there are 4 radio button listed as All,Client,Lawyer,Closed.
so when i click on All then all files has to be shown.
when i click on client then first of all Client list shown in dropdown list which is not shown at the time of click on all button.
so now from this Dropdown list when i selecet any client name then need to be show the files list of that perticular selected client.
so. i want to know that how it could happen.
ZurdoDev 22-Jan-15 8:32am    
What exactly is your question?

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