Latest posts on "asp-net-MVC"

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

8 December 2016

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.

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

28 November 2016

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?

25 November 2016

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().

Asp.net alert message from controller using JavaScript

24 November 2016

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

20 November 2016

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

19 November 2016

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

18 November 2016

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