I’m bit new to .NET.
I am using Radio buttons inside a panel in a web page. (Since group boxes are not there).
But when I click on each radio button they all are checked. They are not acting as a group but single units.
Do I need to remove the panel here? Please help me.
You can use the Radiobuttonlist in ASP.NET toolbar.
And in the SelectedIndexChanged event of the radiobuttonlist you can do what ever you want as you wish. (rblist is the radiobuttonlist)