Torna al Thread

Protected Sub gr_carrello_RowDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewRowEventArgs) Handles gr_Carrello.RowDataBound If e.Row.RowType = DataControlRowType.DataRow Then Dim item As System.Data.DataRowView = e.Row.DataItem Dim price As Decimal = Convert.ToDecimal(item.Item(4)) TOT_ORDINE = TOT_ORDINE + price End If End Sub
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5