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 "asp-net-MVC"

The following sections have been defined but have not been rendered for the layout page

| | Category: asp.net MVC

I got this following error due to the section was not defined in the master Layout.cshtml page, but it was included in the create View.

Mvc-show error message along with image

| | Category: asp.net MVC

In this article, I will show you how to display images along with Validation message using dataannotations in mvc asp.net c#.

infinite scroll jquery example

| | Category: asp.net MVC

In this article, I will show you how to add infinite scroll load content while scrolling with jQuery Ajax using asp.net MVC without using third party plugins. On scroll event jQuery call GetData() function and return records as a json format using JsonResult.

How to clear cookie in controller ajax method asp.net mvc?

| | Category: asp.net MVC

In this article I will show you to clear cookie in ajax post method call to a controller by setting the cookie expiration date to the past date.

How to use html beginform in asp.net mvc using areas?

| | Category: asp.net MVC

The mvc html begin form link to the action method of the controller that renders the form. The Html helper BeginForm has several overrides.

What is an area in asp.net mvc?

| | Category: asp.net MVC

If Application contains a large number of controllers it is difficult to manage. The asp.net area simplifies large mvc web application in to smaller groupings.

Could not load file or assembly newtonsoft json version 4.5.0.0 The system cannot find the file specified.

| | Category: asp.net MVC

I got the following error while running the application. This json problem is due to the newtonsoft json dll could not be added to the project reference.

Token based form authentication and cookies in asp.net mvc

| | Category: asp.net MVC

The user logs in to the website account; you can encrypt and store cookie in client browser using asp.net token based authentication.

How to return an ActionResult string in MVC?

| | Category: asp.net MVC

In this article, I will show to how to return a string result using ActionResult in mvc 4. You can achieve this by ContentResult to return a string. It will create content result object by using a string.

[Solved]Cannot implicitly convert type System.DateTime? to System.DateTime. An explicit conversion exists (are you missing a cast?)

| | Category: asp.net MVC

I got the following error while assigning object property to a DateTime variable. I got a solution, it is due DateTime? Nullable DateTime property in the Class.

Page 7 of 15