User803211825 posted
When you say "the standard dynamic data templates" are you referring to the use of dynamic controls?
If so, the example at http://forums.asp.net/t/1357172.aspx may be of help to you.
You can put a placeholder on your aspx page and then cycle through your database and for each hit you dynamically create a placeholder and can put several things on it:
possibly an image icon, textboxes for user input and a button that when pushed will call a function and use the data from the corresponding textboxes from that particular dynamically generated placeholder.
Am I going in the right direction for what you want to do?
-Danny