You are currently viewing the BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I have a radio button list that I am using for c# visual studio 2005. I am trying to accomplish by selecting a button and hitting retireive, the gridview sqldatasource changes. It does it only once time and doesnt refresh with the new data source. Here is my sampel code can anyone tell me what I a am not doing right???:
protected void submit(object sender, EventArgs e)
{
string //strName = RadioButtonList1.SelectedValue;
strName = rbl_reports.SelectedItem.Text;
switch (strName)
{
case "1":