Write an ASP.Net program that displays the names of some flowers in two columns. Bind a label to the RadioButtonList so that when the user selects an option from the list and clicks on a button, the label displays the flower selected by the user.
Answer: Steps: Full Code: Default.aspx (Design Page) Default.aspx.cs (Code Behind)