Home All Groups Group Topic Archive Search About

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

Author
20 Jan 2006 8:07 PM
Jedi10180
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.

Author
20 Jan 2006 9:04 PM
Chris
Jedi10180 wrote:
> 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
Author
20 Jan 2006 9:24 PM
Jedi10180
Win forms. .Net v2.0.50727

Show quoteHide quote
"Chris" wrote:

> Jedi10180 wrote:
> > 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
>