Gridview and detailsview app: the select statements, aspx.cs codes, etc of the old program were auto generated from Visual Studio wizard. Now, they are asking to add another column to the select statement and a drop down box for this column in the existing detailsview. How do I update it?
By manually typing and inserting the new code to the existing files, or by using the Visual Studio wizard to re-generate the old code with new requirements? Will I lose the old author initials and comments because it will auto-regenerate all code?