In this article I am going to explain how we can edit and update records while keeping old records as they are in MySql using ASP.NET. While we are working on a payroll application we got this type of requirement so I am going to explain how I did it. In general we replace the old data with the new but by using this we can retain the old data along with new one.Actually we did it according to the following points: