kindly give me code for filter hall according to price through controller of our event Management System in .net mvc C#
Loading
kindly give me code for filter hall according to price through controller of our event Management System in .net mvc C#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Naimish MakwanaPosted May 23, 2023, 3:52 AM
Thanks
Rajkiran SwainPosted May 22, 2023, 1:59 PM
Make sure to adjust the code according to your actual model names, database context (
db), and any additional properties or requirements specific to your event management system.The code above filters halls based on the maximum price provided by the user and displays the filtered results in the view.