Hi,
We have an ASP.NET application and using a ListView to display some user records from Database.
Once we populate the ListView from database the user can edit few/more records of it.
Now our requirement is that once the user edits a record we need post those changes to database but should not rebind the ListView (from database). We also should not use Cache or Session object to store the data of ListView.
Do you think that it is possible? If so would you please guide / refer a code sample on this?
Thanks and Regards.