using selection in one combo box to populate contents of another c

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a combo box that has 5 categories in it. When a user clicks on a
category in that list, I need to have a second box populate with a list of
pdf files that relate only to that category. Then, when the user clicks on
the appropriate pdf file, I need the file to open in Adobe Reader. How can I
make this happen? Is it a matter of including the entire list of all pdf
files available in the second box and then somehow filtering them by the
category the user selects? If so, how does that work? Thanks.
 
Jedi10180 said:
I have a combo box that has 5 categories in it. When a user clicks on a
category in that list, I need to have a second box populate with a list of
pdf files that relate only to that category. Then, when the user clicks on
the appropriate pdf file, I need the file to open in Adobe Reader. How can I
make this happen? Is it a matter of including the entire list of all pdf
files available in the second box and then somehow filtering them by the
category the user selects? If so, how does that work? Thanks.

Are you using Win or Web forms. What version of .Net?

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top