Type '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>
 
R

Ray at

This is a classic ASP group. Try posting in an ASP.net group, such as
microsoft.public.dotnet.framework.aspnet.

Ray at work
 
M

mo

Ray at said:
This is a classic ASP group. Try posting in an ASP.net group, such as
microsoft.public.dotnet.framework.aspnet.

Ray at work


Thank Ray. Will do.
 

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

Members online

No members online now.

Forum statistics

Threads
474,266
Messages
2,571,085
Members
48,773
Latest member
Kaybee

Latest Threads

Top