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.
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.
In this article, I will show how to create RSS feed Reader from Linq to XML in asp.net. You can fetch the feed link using the following News blog feed Link.
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.
I am using the facebook login API, when I click the login button I got the following error “The redirect failed because the redirect URI is not whitelisted the app’s client oAuth settings.”
When I tried to run this command “aspnet-regiis.exe -ir” in the command prompt I got the following message “You must have administrative rights on this machine in order to run this tool”.