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

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 handle exception in JavaScript (try catch exception handling)?

| | Category: JavaScript

In this article, I will show you error handling in JavaScript with example. The JavaScript try catch block catches the error throw an exception. Here I used to show JavaScript errors using alert message.

onmouseover and onmouseout in JavaScript example

| | Category: JavaScript

In this article, I will show you how to use onmouseover and onmouseout in html using JavaScript. Change the image on mouse over/out using Javascript mouse events in html.

How to calculate characters and words typed in textbox using JavaScript ?

| | Category: JavaScript

In this article, I will show you to calculate how many words have I typed in a textbox using javaScript. With the help of below code, when the user enters some text in a textbox it calculate word count on a JavaScript keyup event.

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.

jQuery(…).timeago is not a function

| | Category: JQuery

I got the following error while I needed to show the relative time to post using jQuery timeago js. In my case it is due to multiple JQuery registered on the page.

Page 39 of 82