Posted on: 7/7/2015 10:51:04 AM | Views : 739

I'm new to WebMatrix and ASP.NET and I've found Mike Brind's article on Checkboxes and Radio Buttons via the following link:
http://www.mikesdotnetting.com/article/218/managing-checkboxes-and-radios-in-asp-net-razor-web-pages
However, I haven't been able to implement this in my website from the information given.  Basically I'd like to have a radio button for Male and another for Female on a page, I've managed to put all the text input fields in and they work accordingly but I'm now moving onto radio buttons and drop-down menus.
I also need to set another page up whereby the radio buttons are checked or unchecked depending on what is in the database (like an edit form).
Thanks in advance.

Go to the complete details ...