per esempio qui:
DataSourceID= " SqlDataSource1 " DataKeyNames= " ProductId " >
vuoto protettivo txtQuantity_TextChanged (mittente
dell'oggetto, EventArgs e)
{
Casella di testo TB = mittente (della casella di testo);
Fila di GridViewRow = (GridViewRow) tb.NamingContainer;
unitprice = Convert.ToDecimal decimali (fila. Cellule
[1]. Testo)
;
quantità di int = Convert.ToInt32 (TB. Testo);
lblPrice dell'etichetta = (etichetta) row.FindControl (“lblPrice
„);
lblPrice.Text = (unitprice * quantità) .ToString ();
}