RadioButton control validation
Hi,
I'm new to C#.NET and am migrating from classic ASP. One problem I've run into is validating a group of two radio button controls that are part of a web form. Is there any simple way to do this in .NET? I've tried some custom validation but have had no luck so far.