M
mo
I'm having trouble deciphering the following error messgae. How and where
exactly do I define 'PriceCheck'?
Error:
Compiler Error Message: BC30002: Type 'PriceCheck' is not defined.
Source Error:
Line 29: <asp:TemplateColumn HeaderText="In Stock">
Line 30: <ItemTemplate>
Line 31: <asp:Label id=lblInStock runat="server" Text='<%#
CType(Page, PriceCheck).GetInStockString(Container.DataItem("unitsinstock"))
%>'>
Line 32: </asp:Label>
Line 33: </ItemTemplate>
exactly do I define 'PriceCheck'?
Error:
Compiler Error Message: BC30002: Type 'PriceCheck' is not defined.
Source Error:
Line 29: <asp:TemplateColumn HeaderText="In Stock">
Line 30: <ItemTemplate>
Line 31: <asp:Label id=lblInStock runat="server" Text='<%#
CType(Page, PriceCheck).GetInStockString(Container.DataItem("unitsinstock"))
%>'>
Line 32: </asp:Label>
Line 33: </ItemTemplate>