From: mavrick_101 on 12 Jul 2010 10:37 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.
|
Pages: 1 Prev: SqlTransaction problem Next: Web Deployment Project Directories in ASP.net |