I am trying to figure out why this code doesn\'t fire the radio button change event.
here\'s the ASP page code for 2 radio buttons
You should set the AutoPostBack = True and in the code behind the handles in your function.
Example:
Protected Sub RadioButton1_CheckedChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles RadioButton1.CheckedChanged