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"

CURD operations in asp.net mvc using dapper example c#

| | Category: asp.net MVC

In this article, I will show you how to insert, update, delete in asp.net mvc using stored procedure in asp.net mvc dapper.

How to insert data using stored procedure in asp.net mvc dapper example?

| | Category: asp.net MVC

In this article, I will show you how to insert data and get a return value Reference ID from stored procedure in c# asp.net mvc dapper. The reference Id will be generated from database and it is the combination of the first four letters of the ItemName and Itemid.

JQuery search box autocomplete with key value pair in asp.net mvc

| | Category: asp.net MVC

In this article I will show you how to create jQuery autocomplete multiple values from database and bind text box with key and value pair using asp.net mvc.

How to implement Login using Ajax in asp.net mvc?

| | Category: asp.net MVC

In this article, I will show you how to implement Login using jQuery $ajax() with example. The mvc Ajax call to controller, sent with user credentials in an Ajax request.

How to create a json file from c# object in asp.net?

| | Category: asp.net MVC

In this article I will show you how to make a json file from c# object using asp.net mvc. When user click the button event, the jQuery ajax call the server side mvc action method CreateJson().

c# serialize object-A circular reference was detected while serializing an object of type System.Data.Entity.DynamicProxies

| | Category: asp.net MVC

I am using asp.net entity framework, when I tried to convert entity object list to json and return jsonresult in mvc. I used json serialize, while running the application I got this following error,

Asp.net alert message from controller using JavaScript

| | Category: asp.net MVC

In this article I will show to show JavaScript alert message in asp.net from mvc Controller. The message from the controller displayed as alert message using ViewBag. It will simply return alert on pageload.

Mvc load partial view jQuery Ajax with example

| | Category: asp.net MVC

In this article, I will show you when the user clicks the link button comments, I want to load partial view in a popup via jQuery Ajax request...

cascading dropdownlist in asp net mvc example

| | Category: asp.net MVC

In this article, I will show you how to create cascading dropdownlist in asp.net mvc using jQuery. When the user selects the first dropdown, on the dropdown change jQuery, it loads the product dropdownlist.

Solved:Parser Error Message: Could not load type OpenAuth.MvcApplication

| | Category: asp.net MVC

I got this following error while running the application. It was happened after updating nuget package using the package manager console. It was fixed by deleting all files from the bin folder of the project. Right click on the project and click clean and build.

Page 5 of 15