I am fairly new to Atals. I have not gotten my hands dirty yet... 
I am wondering if I am able to place an UpdatePanel inside an ItemTemplate column within a DataGrid?
So the page would look something like this:
DataGrid
-> [row 1] UpdatePanel1
->
[row 2] UpdatePanel2
-> [row 3] UpdatePanel3
etc
Is there a better way I should be doing this? Perhaps use a Repeater??