I have an MVC application and I want to use this ?
option.
Please tell me how I can do this. I have written:
int? isfeature;
but, while inserting the value in database, how do I use it?
It is giving following error:
Cannot convert from int? to int .