Rank: Member
Joined: 4/22/2004(UTC) Posts: 280
|
Is there an easy way to display the Manufacturer on product.aspx?
Thanks,
Linette
|
|
|
|
Rank: Member
Joined: 9/27/2004(UTC) Posts: 1,099
|
Hey Linette. In Product.aspx, add an ASP.NET Label to the page. Next, assign the text property for the label to the Manufacturer's display name. In Product.aspx.vb, locate PopulateProductInfo. Code: Dim m As Contacts.Manufacturer = Contacts.Manufacturer.FindByBvin(LocalProduct.ManufacturerId)
Me.MYLABEL.Text = m.DisplayName
|
|
|
|
|
Rank: Member
Joined: 9/27/2004(UTC) Posts: 1,099
|
Or you can use the literal control :smilewinkgrin: |
|
|
|
|
Rank: Member
Joined: 4/22/2004(UTC) Posts: 280
|
:-) Thank you very much, Nick!
Linette
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.