Thanks for the reply, Scott
I feel like I've gone through every line of code that is in that related products area and added a tag Visible="false" at the end of each line of code. Which line should I be adding this to? I've tried the most sensible area, which I've posted for your review:
td><asp:Label runat="server" ID="lblPriceLabel" resourcekey="lblPriceLabel" /> </td>
<td>
<asp:Label runat="server" ID="lblPrice" Visible="false" />
<asp:Label runat="server" ID="lblEUVATIncPrice" Text="" Visible="false"/>
<asp:TextBox runat="server" ID="txtPrice" Width="50px" MaxLength="5" Visible="false" />
I've tried inserting that code into both bolded areas (both together, and one at a time to test) but that didn't seem to do it.
Thanks for your help,
-Mike