Latest posts on tagged on "ASP-NET"

How to get name of image using url in asp.net c#?

21 December 2016

In this article, I will show you how to get name of the image from the url path in asp.net. I am going to get name form the following URL path..,

Simple multi select dropdown example using jQuery in asp.net

13 December 2016

In this article, I will show you how to implement multiselect dropdown in asp.net c#. For this, I used chosen jQuery plugin. It will work on the jQuery framework, both jQuery is registered in the page by cdn.

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