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 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…
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…
In one of my recent project I had the situation where I wanted to update multiple Oracle database tables with one button click event. I do not want to update…
Recently I have come across with an issue when updating Oracle database from SQL data-reader. It does not update the table because of conversion failure and I was getting error…