good morning every one,
Here I am back with a new question
I am trying to build an application where the user make a selection from a dropdownlist, then based on the selection data is displayed in a table.
in my dropdownlist I have the following
History
Science
Geography
Nature
Astronomy
Now if user selects History
The app display on the same page a list of history book,author name, and the quantiy availabe for each book
I would like to have all this on the same page without having to load a new page
Thank you for your help