Going on with tests I was that probably the problem is not due to ascxs but to a custom control I've build.
In this control I render manually the output writing a call to __doPostBack.
I thought that in this case I should instruct mono to write the __doPostBack function for my control so I used a this .Page.RegisterRequiresPostBack( this ); before the rendering operation but mono still not write the __doPostBack function.
Someone knows if I've to do something more?
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to