Hi,
1-How to customize the radio button spacing horizontally?
2-Error:can not convert from 'int' to 'string'
@foreach (var itemR in @lstCls
){
selectedItem ">
}
int? selectedItem { get; set}
List lstCls;
public class Cls
{
public int Id { get; set; }
public string Name { get; set; }
}
3-Suppose we are going to ask the user a question and show a number of radio buttons for the user's answer. If the user is free to answer the question or not. What is your solution for implementing this? One way is to add a radio button with the title None. Do you have any other suggestions?
thank you