Latest posts on tagged on "ASP-NET"

How to create dynamic connection string in c# asp.net?

4 January 2017

In this article, I will show you how to adding connection string in web config, via dynamically in asp.net c#. You can also change connection string in web config configuration file.

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.