'PriceCheck' is not defined

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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top