I have Student Table from database contains Student Roll No, Name, Mother Name, Class, Age, Fee Paid, CourseID(fk), IsActive
in Course Table from database contains courseid(pk) and Course Name, IsActive
Add New Student ... Course Comes from Dropdown menu using AJAX,
How To Make Search Bar on top of StudentList where we can search on the basis of Fees, Course Name, Student Name, Age, MotherName? What Will Be Our Steps to create view and async method in controller, and model if required. in ASP.Net Core Entity FrameWork
Code in ASP.Net Core for views, controller and model if required or change in model