lt = DirectCast(lw.FindControl("somma_teorico_Literal0" ), Literal) : If lt IsNot Nothing Then lt.Text = Me._subtotal_teorico(0).ToString : If lt.Text = "0" Then lt.Text = ""

C'è un modo più veloce per visualizzare il numero tal quale o niente se è 0? :master:

ciao