Hi Guys..
Heres something I want to do..Hopefully someone can figure out or point me a way..
I want to generate a list of items from a database table, right now its a simple table with 4 columns..it will get little complicated later..but heres what I wish to do..
I want to show the list of item on the screen..I wish to put a radio button before each item. I donot want to set the text/value property as the radiobutton is associated with the first columne of the table(part number in this case)
after the user is done selcting the radiobutton, I want to display the corresponding price and the radiobutton state.
This is similar to a shopping cart where you place item and calculate totals..
Can someone recommend something for this? I have tried different things, but most of the solutions require me to set the value of the radiobutton, and i dont want that as the value shows up on the screen. I want the radiobutton to be associated with the value, but not directly..makes sense??
Let me know..
thanks a million
Sid
Heres something I want to do..Hopefully someone can figure out or point me a way..
I want to generate a list of items from a database table, right now its a simple table with 4 columns..it will get little complicated later..but heres what I wish to do..
I want to show the list of item on the screen..I wish to put a radio button before each item. I donot want to set the text/value property as the radiobutton is associated with the first columne of the table(part number in this case)
after the user is done selcting the radiobutton, I want to display the corresponding price and the radiobutton state.
This is similar to a shopping cart where you place item and calculate totals..
Can someone recommend something for this? I have tried different things, but most of the solutions require me to set the value of the radiobutton, and i dont want that as the value shows up on the screen. I want the radiobutton to be associated with the value, but not directly..makes sense??
Let me know..
thanks a million
Sid