Hi, Is there someone who could help me with a problem using the FormView control in Mono. I´m trying to create a composite control containing a FormView.
I have created the composite control an tested i in a declared environment. In other words putted in an .aspx page file. It works fine with databinding and all, but when trying to add the control to the same page using programatically adding in code-behind. I receive no datadindings and the FormView fields are all empty. I have added the control by using the following code in the .aspx.cs file: MyControl ctrl = new MyControl(); ctrl.ID = "MyID"; Page.Form.Controls.Add(ctrl); It works fine in VS2005 with the development server! Thanks, Mats _______________________________________________ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list