TotaleDocumento = Doc.TotalAmount() If TotaleDocumento >= 500 Then Response.Write("SHOW")Else Response.Write("HIDE")End If