I need to disable a div for db data value which fetched from code behind but how i can achieve with below Equals code
Requirement : Not Equal("1") then disable div.
my code is below : instead of Equals in below code ,I have to use not Equals.....
<div class="row" style='<%# (Eval("Test").ToString().Equals("1"))? "display:none;" : string.Empty %>'>