Hi All,
Working in ASP.Net.
I have some radio buttons that I create with a For..Next loop in my code-behind file. What I want to know is does anyone know how to set the oncheckedchange event in the code behind file to run a procedure when a different radio button is checked?
I know how to do this in the form design, but I can't find anywhere how to in the code behind file. I am working in
VB.Net, so please only post in this language. Thanks in advance.
J