This is for a project. I am having difficulty trying to get two radio buttons (Example: Choosing Male or Female for Gender in a form) to work properly where if you click on one button, the other was is no longer checked. The buttons are displayed horizontally in the form and they are radio buttons, not radio button lists. This is all in Microsoft Visual Studio 2008 using ASP.NET (.aspx format) for the web pages with Visual Basic (NOT VBScript) as the background code. Is there any way the radio buttons to work properly?