[Mono-aspnet-list] xsp4 and clientIDMode

Ventsislav Mladenov ventsislav.mladenov at gmail.com
Wed Sep 5 07:42:33 UTC 2012


Hi,

I'm migrating a project from ms .net to mono and I just noticed that 
xsp4 generates different control IDs than IIS maybe it do not consider 
web.config's clientIDMode.

I have clientIDMode="Predictable" and IIS generates : 
id="main_main_FromDate" but XSP4 generates: 
id="ctl00_ctl00_main_main_FromDate"


I have two master page hierarchy and this TextBox is placed at the 
lowest level .


<asp:Content runat="server" ContentPlaceHolderID="main">

<asp:Content runat="server" ContentPlaceHolderID="main">
        <asp:TextBox runat="server" ID="FromDate"></asp:TextBox>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-aspnet-list/attachments/20120905/5a817fa7/attachment.html>


More information about the Mono-aspnet-list mailing list