can you tell me a way in order to update large amount of data when i retrieved data and bind it to gridview (Not i ve 120.000 record) by using llbgenDAtasource
Keep in mind though: 120,000 rows is a lot to have that in memory. So you might also want to look into updating entities directly into the db, this is done without fetching them first.