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.
Yes you need to pass the value of Radiobuttonlist to the stored proc and use that value in where clause to filter data for gridview
Thanks I have the asp.net part set up have to get my stored procedure working.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.