I want to select my price level in database to compare with the an integer number. But It is error : Operator \'==\' cannot be applied to operands of type \'System.Linq.IQue
You need get the first item from your collection.
if (list_pricelevel.First() == 3) { Response.Write("Welcome"); }