Re: [Mono-dev] [PATCH] System.Web.Compilation.TemplateControlCompiler

2006-11-15 Thread Gonzalo Paniagua Javier
On Wed, 2006-11-15 at 00:53 -0800, Igor Zalmanovich wrote: > Attached is patch for System.Web.Compilation.TemplateControlCompiler > that resolves the problem is described below. > > When <%# Bind(...) %>-expression is used more then once for same control Please, commit. Thanks. -Gonzalo _

Re: [Mono-dev] [PATCH] System.Web.Compilation.TemplateControlCompiler: Data-Binding Syntax: fixed Bind functions

2006-10-03 Thread Igor Zalmanovich
lto:[EMAIL PROTECTED] Sent: Thursday, September 28, 2006 8:36 PM To: Igor Zalmanovich Cc: mono-devel-list@lists.ximian.com Subject: RE: [Mono-dev] [PATCH] System.Web.Compilation.TemplateControlCompiler: Data-Binding Syntax: fixed Bind functions   Igor, Thanks! My original aspx is

Re: [Mono-dev] [PATCH] System.Web.Compilation.TemplateControlCompiler: Data-Binding Syntax: fixed Bind functions

2006-09-27 Thread Igor Zalmanovich
Hi, Tony,   Please send the original aspx file.   This will help me to analyze the source of the problem.   Igor.   From: Tony Gu [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 27, 2006 9:18 PM To: Igor Zalmanovich Subject: Re: [Mono-dev] [PATCH

Re: [Mono-dev] [PATCH] System.Web.Compilation.TemplateControlCompiler: Data-Binding Syntax: fixed Bind functions

2006-09-27 Thread Tony Gu
Igor,   After put this patch in my mono-1.1.17 (only with few other patches), I still get the Compilation Error for "Bind" fuction call. The same code works under VS 2005. Did I miss something? Thanks!   TonyIgor Zalmanovich <[EMAIL PROTECTED]> wrote: This is the patch to fix Bind functions

Re: [Mono-dev] [PATCH] System.Web.Compilation.TemplateControlCompiler: Data-Binding Syntax: fixed Bind functions

2006-09-27 Thread Gonzalo Paniagua Javier
On Wed, 2006-09-27 at 07:10 -0700, Igor Zalmanovich wrote: > This is the patch to fix Bind functions (Data-Binding Syntax). Please, commit. Thanks. -Gonzalo ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mail

RE: [Mono-dev] [PATCH] System.Web.Compilation.TemplateControlCompiler

2006-06-15 Thread Gonzalo Paniagua Javier
On Thu, 2006-06-15 at 09:34 -0700, Andrew Skiba wrote: > Hi Gonzalo, > > please review the fixed test and fix. > > also please review FormView and UrlProperty patches I sent earlier. This is ok to commit. Thanks. -Gonzalo ___ Mono-devel-list mailing

RE: [Mono-dev] [PATCH] System.Web.Compilation.TemplateControlCompiler

2006-06-15 Thread Andrew Skiba
Hi Gonzalo, please review the fixed test and fix. also please review FormView and UrlProperty patches I sent earlier. Thank you. Andrew. TemplateControlCompilerTest.patch Description: TemplateControlCompilerTest.patch TemplateControlCompiler.patch Description: TemplateControlCompiler.patch _

Re: [Mono-dev] [PATCH] System.Web.Compilation.TemplateControlCompiler

2006-06-14 Thread Gonzalo Paniagua Javier
On Wed, 2006-06-14 at 06:37 -0700, Andrew Skiba wrote: > Hello, > > Please review test and patch for TemplateControlCompiler. The bug was > that assignment statement was generated for a read-only property. If no > one objects, I will commit. I don't think this patch is ok. And I'm tired of seeing