Google Map in ASP.NET MVC 5 and AJAX
Integrating Google map with dynamic markers using AJAX is a very handy feature to have when you want to increase the user experience. Visualising is paramount when it comes to…
Our Presence
our Presence Your presence is a present to the world You’re unuque and one of a knid. Your life can be what you want it to be Take the days…
Delete multiple records in ASP.NET MVC 5
In this example I will show you how to delete multiple records from the database using checkbox. I have tried to make this example very simple and easy way so…
Update custom user profile values for all users in asp.net
In ASP.NET you can easily create custom fields to store additional user information rather than username, email, password etc. Let’s get started, in one of my recent ASP.NET application I…
Adding admin user in MySql database for WordPress user
Editing the wp_usermeta table So now that we have inserted our user we will need to give it privileges to access the WordPress Admin seciton. This is done through the…