In this example, I will show to how to display data in a grid using jQuery jQGrid in asp.net MVC uses the entity framework. It is a very lightweight client side grid having multiple functions.
If you have not set URL path or worng URL path specified in the Authorize Javascript Orgins, it may leads to this error.
When I was trying to run the application I had faced this problem. It was resolved by setting authorize redirect URLs in a proper manner.
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.
In this example, I will show you how to load an html page in asp.net MVC view. You can call an html page from your view using Html.Action helper method.
While running the project I got the following  character displayed on the top of the html page. It was fixed by encode the html file using Notepad++.
I got this error “System.Data.Entity.DynamicProxies.Product Does not contain a property with the name ‘ProductId” while binding the object to the dropdownlist using the c# .net.
I got this following error “Data binding to a store query is not support”, when I tried to bind the dropdownlist using the entity framework model object.
In this example, I will show you to bind dropdownlist with an xml file using ReadXml() method. In order to read data from cities.xml file into a dataset from the specified path using Server.MapPath.
In this example, I used dropdownlist and button, I binded dropdownlist with countries name on the page load.