I am trying to find the best way to dynamicly generate raido buttons from information in a DB. What I want to do is make a line that Has two buttons for each entry in the DB. Kinda like:

DB Line 1 <button1> <button2>
DB Line 2 <button1> <button2>

and so on.

I found a tutorial online at http://www.daniweb.com/forums/thread256420.html# which tells you how to use a placeholder and do it dynamicly but it kinda seemed a bit much. Does that turotial really give the best way or does anyone have suggestions on doing it better?