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.
Okay I added this to grab the querystring:
.Parameters.AddWithValue(
"@doc", Request.QueryString("doc"))
Still not working getting the DataSource and DataSourceID are defined on gridview1 remove one definition
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.