What's the best way to handle three radio buttons on a page and when they are clicked the gridview will populate? I only want to use one gridview.
Use a RadioButtonList, set AutoPostBack True and add SelectedIndexChanged event. Then based on the SelectedValue populate GridView
© COPYRIGHT 2026 ASPSnippets.com ALL RIGHTS RESERVED.