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>
_______________________________________________
Mono-aspnet-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-aspnet-list