e.g. här:
DataSourceID= " SqlDataSource1 " DataKeyNames= " ProductId " >
skyddat txtQuantity_TextChanged utan laga kraft (anmärka
avsändaren, EventArgs e),
{
TextBox tb = avsändare (för textBoxen);
GridViewRow ror = (GridViewRow) tb.NamingContainer;
decimal- unitprice = Convert.ToDecimal (ro. Celler
[1]. Text)
;
int-antal = Convert.ToInt32 (tb. Text);
Märk lblPricen = (etiketten) row.FindControl (”lblPrice
”);
lblPrice.Text = (unitpricen * antal) .ToString ();
}