Hello,
I've searched forums and documentation and can't seem to find an example of how to do what I need. What I am trying to do is I need an editable List View on my page where I want to use my model as the data source (in memory only). Each time I save a record in the list view I want to add it to the model, then pass the contents of that same model to my server.
The List View will need to display all entries (update with each entry)
I need the data to persist in the model during the session.
Can anybody please point me to an example that does this in MVC C# .NET 6?
Thanks!