" das notpretty " protected leeres Swatches_ItemCommand (Gegenstandabsender, DataListCommandEventArgs e)
{
wenn (e.CommandName == „wählen“) vor
{
Schnurteil = e.CommandArgument.ToString ();
foreach (DataListItem parentItem in thumbRotatoralt.Items)
{
lblPart beschriften = (Aufkleber) parentItem.FindControl („lblPart“);
Lblproductcode beschriften = (Aufkleber) parentItem.FindControl („lblproductcode“);
wenn (der lblPart.Text == Teil)
{
Bild img1 = (Bild) parentItem.FindControl („img1“);
lblPrice beschriften = (Aufkleber) parentItem.FindControl („lblPrice“);
DataTable DTColourFetch = neues DataTable ();
DTColourFetch = LoadColourInfo (Teil, ColourCode, „GetAllColorSwatchesWithMin“);
wenn (DTColourFetch.Rows.Count > 0)
{
aufreihen Image1 = DTColourFetch.Rows [0] [„Imagename“,], .ToString ();
lblPrice.Text = FormatePrice (Preis, presaleprice);
img1.ImageUrl = FormatImageURL (Image1);
Schnur pnames = lblname. Text;
ProductName = pnames aufreihen + „„+ getfirstcolourname;
lblname. Text = ProductName.Trim ();
}
}
}
}
}
|