Hi Team
I want to save local values to my local database, anyone can help. I am struggling to have a logic from the Controller side. Let me share code
// Model side
public class Incident_NameDropDown
{
public string Title { get; set; }
public string Description { get; set; }
}
// View side
// Controller side
I need help here


Sachin SinghPosted Nov 12, 2021, 6:52 AM
Vikas PanwarPosted Nov 12, 2021, 8:25 AM