Custom Control in a Repeater

  • Thread starter Thread starter mavrick_101
  • Start date Start date
M

mavrick_101

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.
 
Back
Top