Hi I have a GridView I am using built in Edit method that comes along with GridView in ASP.NET Web Forms. I want to Edit/Update the row in such way that it should only be updated dynamically in row and should not update records in database. The updated content should be hard coded to row temporarily. Can Any one help me do this task.
Thanks in advance.