Alistair
07-21-2005, 07:14 AM
Hi
Has anyone come up with an approach for using Spring's two-way data binding with the ASP.Net radio button control. I haven't thought about it too hard yet, but as there is no "radio button group" control to bind to, it seems like you need to setup a bool property on the page for each radio button to bind to and then in the Set property, actually update the underlying data object that represents the "real" bound data.
Is there a simpler or more elegant way of achieving this?
Thanks
Alistair
Has anyone come up with an approach for using Spring's two-way data binding with the ASP.Net radio button control. I haven't thought about it too hard yet, but as there is no "radio button group" control to bind to, it seems like you need to setup a bool property on the page for each radio button to bind to and then in the Set property, actually update the underlying data object that represents the "real" bound data.
Is there a simpler or more elegant way of achieving this?
Thanks
Alistair