From: mavrick_101 on
Hi,

I am trying to use a custom control inside a repeater.

On Post back I'm trying to access the custom control like this:

MyCControl tempControl = (MyCControl) MyRepeater.FindControls("mycontrolId");

But on compiling I get the error that the type or namespace 'MyCControl' can
not be found.

I'm sure I'm doing something really dumb, can any one point to what I'm
missing?

Thanks for your help.