I'm developing a website by using C# 4.0. I need to add RadioButtonList
TextField
multiple column from database. How can I do this?
Thank you.
I'm developing a website by using C# 4.0. I need to add RadioButtonList
TextField
multiple column from database. How can I do this?
Thank you.
Copyright © 2021 Jogjafile Inc.
Check this code snippet.
Another way If you want to reuse this control at several places then best way is to create a custom radiobuttonlist control for this. Check this link