I have facing one error as follow :
@model Demo.Models.college
@{
Layout = null;
}
@if(Model.spi=>7) / Erorr = '=>' Invalid Expression
{
@Model.name
}
Here what i want to do that :
if student get 7 and above code then do something
if student get 6 and above code then do something etc ....
so how i can check that if student have 7 or more grade condition ?

Bikesh SrivastavaPosted Sep 28, 2016, 11:06 PM
Ehsan SajjadPosted Sep 28, 2016, 4:58 PM
Manav PandyaPosted Sep 28, 2016, 12:25 PM
rickyvalkier ddddPosted Sep 28, 2016, 11:33 AM