unable to retrieve metadata for unrecognized element providers in asp.net MVC
I recently updated entity framework version 5, afterwards whenever tried to add a controller with the entity framework template I …
Read More →Insights, tutorials, and news from the world of tech and design.
I recently updated entity framework version 5, afterwards whenever tried to add a controller with the entity framework template I …
Read More →Entity framework 6 or above version is not supported for asp.net MVC. So we need to uninstall it by using …
Read More →In this example, I will show to how to display data in a grid using jQuery jQGrid in asp.net MVC …
Read More →If you have not set URL path or worng URL path specified in the Authorize Javascript Orgins, it may leads …
Read More →When I was trying to run the application I had faced this problem. It was resolved by setting authorize redirect …
Read More →I got this error that the web.config was referencing System.Web.WebPages.Razor, Version=2.0.0.0. Later I changed it to System.Web.WebPages.Razor, Version=3.0.0.0.
Read More →In this example, I will show you how to load an html page in asp.net MVC view. You can call …
Read More →While running the project I got the following  character displayed on the top of the html page. It was …
Read More →I got this error “System.Data.Entity.DynamicProxies.Product Does not contain a property with the name ‘ProductId” while binding the object to the …
Read More →I got this following error “Data binding to a store query is not support”, when I tried to bind the …
Read More →In this example, I will show you to bind dropdownlist with an xml file using ReadXml() method. In order to …
Read More →In this example, I used dropdownlist and button, I binded dropdownlist with countries name on the page load.
Read More →When working with large projects, partial class splits the class for multiple programmers to work on it at the same …
Read More →In some countries, google, hosted query might be banned we must want to prevent errors. The following code will check …
Read More →In this example, I will show you to add a row number dynamically to jQuery datatable.I used jQuery datatable for …
Read More →Go to tool menu in visual studio and select Library package manager and click Package manager console. If you want …
Read More →I found the cause of this error that the web.config was referencing System.Web.WebPages.Razor, version=2.0.0.0. Later I changed it to System.Web.WebPages.Razor, …
Read More →We can insert new element in to the DOM using appentTo() method. To perform dynamic html generation of anchor tag …
Read More →In this example I will show you to perform square root for the given numbers using Sqrt math function in …
Read More →In this example I will show you to combine arrays in jQuery using .merger method. It takes the second array …
Read More →If we want to highlight the html table alternate row using javascript.We need to get collection of all elements specified …
Read More →In this example I will show you how to add class and remove class using javascript. It can be achieved …
Read More →We can retrieve data from URL to controller action method by two methods in asp.net mvc such as parameter of …
Read More →The function is expecting an id parameter it was not supplied. Otherwise we need to change the parameter function as …
Read More →