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…
My little world of sharing
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…
In this post I will try to demonstrate how to create a webservice for API to post and retrieve data using AJAX. I am going to use c# and Visual…
In ASP.NET you can use default membership provider and use the aspnet_Profile table to store additional information of a user at the time of registration. If you don’t know how…
Facebook comment box is one of the favourite plugin to promote website and build network through social networking website. It enables user to post comment in their Facebook wall along…
As you might know iTextsharp is one of the most popular opensource library for PDF printing in ASP.NET website. Recently I have come across with the security issue running iTextsharp…