I have a Data Grid and an Update Panel. Now, I was just looking over some blogs and found that you should use the least amount of Update Panels as you can. In my case, where I have a Datagrid and an Update Panel, which would be the best situation?
1) Keep the Datagrid inside the Update Panel.
2) Use an Update Panel inside ItemTemplates. So that only if I update only the selected row is updated not the whole grid.