Showing SqlDataSource field on page when clicking on an item of RadioButtonList1
Hello,
I've used a RadioButtonList1 in my Page which is bound to 2 fields of a SqlDataSource.
RadioButtonList1is bound to fileds ProductID and ProdcutName for Value and Display properties respectively.
The question is that I just want to display the 'Price' field value on the page based on the corresponding ProductID when user clicks on an item.
Thanks a lot.
Tooraj Azizi.