I am new in Umbraco, and i am developing a new Travel Portal site.
I have a menu called "Destinations" which is a Content node with a specific template layout. If the user select the menu, the derived page (destinations.aspx) will saw the latest content from various destinations. On the left side, i had create a partial view with razor which loads a dropdownlist with all the countries stored in the database on custom table. What i would like to do is when the user selects a country from the dropdownlist, then the page (destinations.aspx) to be reloaded it filtered with content data for the selected country.
HELP on how to Filter content on Template
Hi,
I am new in Umbraco, and i am developing a new Travel Portal site. I have a menu called "Destinations" which is a Content node with a specific template layout. If the user select the menu, the derived page (destinations.aspx) will saw the latest content from various destinations. On the left side, i had create a partial view with razor which loads a dropdownlist with all the countries stored in the database on custom table. What i would like to do is when the user selects a country from the dropdownlist, then the page (destinations.aspx) to be reloaded it filtered with content data for the selected country.
Can anyone help me on how to to this?
Regards
Thomas
Any help on this please?
I need to find a solution as soon as possible because i am stack and cannot continue with the implementation.
is working on a reply...