c# - How to get the value of html input in aspx view page in mvc? -
i want access radio button value in aspx view page in middle of logic.if value checked need run each loop values or if radio button unchecked no need of getting values. how value of radio button in aspx view engine ?
from title using asp.net mvc, if right can define parameter in action method id of radiobutton, , mvc model binder handle remaining, can use parameter check , run loop.
Comments
Post a Comment