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
...
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#?
How can i add image path in database, while image in the project folder using ASP.NET MVC C#??
As asked on facebook group
I have a address in string like "444 NE Ravenna Blvd, Seattle, WA" , now how can I get the lat/long of this address using Google maps or any other services in C#.
Basically need to convert address into Lat-long using C#.
...