Re: [Mono-list] TypeConverterAttribute

2004-06-11 Thread Dennis Boylan
On Fri, Jun 11, 2004 at 09:32:24AM +0200, Gonzalo Paniagua Javier wrote: El vie, 11-06-2004 a las 04:39, Gonzalo Paniagua Javier escribió: El jue, 10-06-2004 a las 21:50, Dennis Boylan escribió: I'm having an issue where the compiler is not trying to call the convert process to get the

[Mono-list] TypeConverterAttribute

2004-06-10 Thread Dennis Boylan
I'm having an issue where the compiler is not trying to call the convert process to get the value into the correct format. This was generated code from ASP. private void __BuildControl_tabIdLogout() { Microsoft.Web.UI.WebControls.Tab __ctrl; __ctrl = new

Re: [Mono-list] TypeConverterAttribute

2004-06-10 Thread Gonzalo Paniagua Javier
El jue, 10-06-2004 a las 21:50, Dennis Boylan escribió: I'm having an issue where the compiler is not trying to call the convert process to get the value into the correct format. This was generated code from ASP. private void __BuildControl_tabIdLogout() {