Torna al Thread

Protected Sub RepeaterDip_ItemCreated(sender As Object, e As System.Web.UI.WebControls.RepeaterItemEventArgs) Handles RepeaterDip.ItemCreated If e.Item.ItemType = 0 Then Exit Sub Dim txt1 As TextBox = e.Item.FindControl("txtLordo") Dim txtRes As TextBox = e.Item.FindControl("txtAccantonamento") Dim lblCdDip As Label = e.Item.FindControl("lblCodice") txt1.Attributes.Add("onkeyup", String.Format("MakeTotal({0},{1},{2},{3},{4});", Periodo, lblCodiceAzienda.Text, lblCdDip.ClientID, txt1.ClientID, txtRes.ClientID)) End Sub
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5