Since you don't specify what development environment you are using I will assume you are using Monodevelop in 2.0 mode.
Monodevelop (0.18) will not add the control to the designer file as soon as you add it to you .aspx file. You will either have to build the project after you have added the control to the aspx file, or put the control your self to the designer file. On Mon, 2008-01-28 at 09:44 -0800, r0k3t wrote: > Hi all, > > I just joined. I am a long time Linux user but for cash money I write > ASP.NET / C#... > > With that said I installed Ubuntu 7.10 and got Mono up and running, it runs > great however when I put, say, a label on the page I can't go into the code > behind page and say label1.Text = "xxx"; I always have to call FindControl > on it, then it works. Does anyone know why this is? > > Also - Let me know if I shouldn't post this here, I looked at the Mono ASP > forum but it doesn't look active... > > Thanks! _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
