2007-07-02 Marek Habersack <mhabersack@novell.com>
authorMarek Habersack <grendel@twistedcode.net>
Mon, 2 Jul 2007 11:40:40 +0000 (11:40 -0000)
committerMarek Habersack <grendel@twistedcode.net>
Mon, 2 Jul 2007 11:40:40 +0000 (11:40 -0000)
commitd820431bb97b0afc606aa9ab37d1ae69c2b4332d
treecf2129ea2ade03c9c7eee985512a2c5290f0f11e
parent1518e8133d1904c63d5308aecad760f6c88b973c
2007-07-02  Marek Habersack  <mhabersack@novell.com>

* TemplateControlCompiler.cs: don't use StartWith to see if a
variable's value is a bind expression, as it erroneously renames
all calls to methods starting with the string Bind. Use a regular
expression now instead. Fixes bug #81928.

svn path=/trunk/mcs/; revision=81172
mcs/class/System.Web/System.Web.Compilation/ChangeLog
mcs/class/System.Web/System.Web.Compilation/TemplateControlCompiler.cs