Schleid Alex

Schleid Alex

  • NA
  • 361
  • 44k

Partial page update

Apr 9 2020 4:38 AM
Hi everyone,
 
I am working on an application where user must select category using a dropdownlist and when selection is made a portion of the page is supposed to be updated, the whole page.
To acheive this I have created an Index view, which is considered as my main index, where I add only the dropdownlist, I also create a partial view where I have the table that will contain the result of the user selection.
I can use jquery ajax to refresh the partialview my problem is:
How to:
Insert the partial view in the  main view
At launch it will show no data but upon user selection in the dropdownlist it should reflect the data pertaining to this particular category.
 
Thank you for your help
 
Schleid

Answers (1)