Greetings.
I have a form with some runat="server" controls that have a style of display="none". For instance:
<asp:DropDownList ID="ddlLimitBy" style="display:none;" runat="server" />
On the client side, via javascript, this control get cloned with their id's set. For instance, ddlLimitBy...