Wednesday, March 21, 2012

UpdatePanel and Legacy conformance

I am wondering if support for atlas in<xhtmlConformancemode="Legacy"/>is going to be added? The script code will only substitute out the $ for _

function uniqueIDToClientID(uniqueID){return uniqueID.replace(/\$/g,'_');

Previous versions of ASP.NET used : instead of $

Hi, that's a great catch - I opened a bug to track this issue. I'm not entirely sure if we will support that, since a lot of the things that UpdatePanel does requires XHTML compliance anyway, though we are relaxing some of those restrictions to better support existing applications.

Thanks,

Eilon

No comments:

Post a Comment