// js function foo() { if ( unValor > 0 || unaCondicion ) return true; else return false; } // c# Eliminar.Attributes.Add("onclick", "return foo();");