Friday, August 25, 2017
Sunday, April 30, 2017
How to focus() button in jQuery example?
In this article I will show you how to focus() button using JQuery example. In this coding is used to focus the first input button.
more details:
Saturday, April 29, 2017
The number of primary key values passed must match number of primary key values defined on the entity.Parameter name: keyValues
This error is happening when the entity table having more than one primary key value in the .edmx file.

more details:
more details:
Thursday, April 27, 2017
Asp .net mvc grid paging example
In this article I will show you how to implement asp.net mvc grid paging with example using entity framework in c#.
more detail:
Friday, April 21, 2017
The following data type properties of column do not match those of Data type, length, precision.
Initially I want to apply the foreign key for Student table .But the error occurred. Because of variation in data type. I got the following error “The following data type properties of the column do not match those of Data type, length, precision”
more details:
more details:
Tuesday, April 18, 2017
The method 'Skip' is only supported for sorted input in LINQ to Entities. The method 'OrderBy' must be called before the method 'Skip'.
The method 'Skip' is only supported for sorted input in LINQ to Entities.
The method 'OrderBy' must be called before the method 'Skip'.: I got this above error 'The method 'Skip' is only supported for sorted input in LINQ to Entities.' while running the asp.net mvc application.
The method 'OrderBy' must be called before the method 'Skip'.: I got this above error 'The method 'Skip' is only supported for sorted input in LINQ to Entities.' while running the asp.net mvc application.
CSS class not applied in MVC
Subscribe to:
Posts (Atom)