Get Text of selected Radio Button in ASP.NET MVC

preview_player
Показать описание
In this ASP.NET MVC, i will show you, how to create Radio Button in ASP.NET MVC . We all know that what is radio button. We have three syntax to create a radio button. First is simple Html
input type="radio"
second one is :
@Html.RadioButton
and third for
@Html.RadioButtonFor
Рекомендации по теме
Комментарии
Автор

Dude, you literally saved me tons of hours. THANK YOU!!

volencho
Автор

I'm not using the FormCollection for a loong time, i remembered thanks to you.

mfurkangullu
Автор

how to save selected radiobutton to database?

hart-ant-o