public class DropDownListViewModel
{
public SelectList Items { get; set; }
[Required(ErrorMessage = "Please select a value from the list")]
public T SelectedValue { set; get; }
}
??
public class DropDownListViewModel
{
public SelectList Items { get; set; }
[Required(ErrorMessage = "Please select a value from the list")]
public T SelectedValue { set; get; }
}
??
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mithun PradhanPosted Nov 18, 2021, 7:00 AM
asp-for=""
try to showing
Mandatory field Uploader
validation not working after button click
Srinivasan RamamoorthiPosted Nov 16, 2021, 10:42 AM