c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android

Latest posts on tagged on "MVC"

How to display DropdownList with product price in asp.net MVC?

| | Category: asp.net MVC

In this article, I am going to explain how to create cascading dropdownlist in asp.net mvc using jQuery. When the user selects the DropdownList, on the dropdown change jQuery, it loads the product price in a div tag.

How to create partial view in asp.net MVC?

| | Category: asp.net MVC

Now I am going to insert partial view to my program. To create partial view using the following steps.Right click on the specified controller folder or in shared folder...

The number of primary key values passed must match number of primary key values defined on the entity.Parameter name: keyValues

| | Category: entity framework

This error is happening when the entity table having more than one primary key value in the .edmx file.

The method 'Skip' is only supported for sorted input in LINQ to Entities. The method 'OrderBy' must be called before the method 'Skip'.

| | Category: c# .net

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

| | Category: asp.net MVC

I have generated above MVC view using Entity framework.I want to apply css class for the html control. But CSS is not applied.

Cannot implicitly convert type System.Linq.IOrderedQueryable to 'System.Collections.Generic.IList An explicit conversion exists (are you missing a cast?)

| | Category: c# .net

I have the following error on this method "Cannot implicitly convert type 'System.Linq.IOrderedQueryable<.Models.Student>' to 'System.Collections.Generic.IList'. An explicit conversion exists (are you missing a cast?)"

JQuery ui Slider-ajax server side call

| | Category: asp.net MVC

In this article, I will show you how to send a post with to the server from jQuery ui Slider using jQuery Ajax . The jQuery ui Slide allows the user to select certain numeric value range from it.

How to convert GIF format to static jpeg format in asp.net C#?

| | Category: asp.net MVC

In this article, I will show you to convert animated moving pictures i.e GIF format to static image. It take the first frame from the GIF image and create a static image without loosing quality.

How to clear the fields after submitting a form in asp.net MVC?

| | Category: asp.net MVC

In this article, I will show you how to clear form after submit in asp.net MVC. Before, when I submitting the asp.net mvc form; the page fields are not cleared; the problem on resetting of all form fields.

How to create a favicon for website on browser tab?

| | Category: HTML

In this article, I will show you how to create favicon for website on the browser tab. The size of the site icon should be about 16x19 pixels and named as favicon.ico or something. It also called as shortcut icon,bookmark icon or webpage icon.

Page 5 of 18