I am trying to run a below query in my ASP.NET MVC project, but I am getting an error "there is already an open datareader associated with this command which much be closed first" in C#, how can I resolve it?
Here is the C# code, which I am using
...How can I make a controller in ASP.NET MVC do something(here it is inserting data in database) but doesn't load or reload the whole view just the partial view
...
How can i add image path in database, while image in the project folder using ASP.NET MVC C#??
As asked on facebook group
Hello, I would like to create a helper function in the class, which can be used by multiple List types at the same, so how can I create initialize or create function to pass List<T>
where T
can be any type of class in C#?