Asp Control ASP.Net

<%@ Page Language=VB Debug=true %>

Sub rbl_Changed(Sender As Object, E As EventArgs)
    Dim TheAlert as String
    TheAlert = "" & Chr(13) _
        & "<" & "/" & "SCRIPT>"
    Response.Write(TheAlert)
End Sub



Writing Code that Fires When an Item is Selected in a RadioButtonList Control





    id="rbl1" 
    runat="server"
    autopostback="True"
    onselectedindexchanged="rbl_Changed"
>
    Blue
    Red
    Green