Hi, i have this:
<input type="checkbox" id="chbSaveState" runat="server" tabindex="3"
onchange="SaveState(""<%= chbSaveState.ClientID %>"")" />
that doesn't work, the error says: Parser Error Message: Server tags cannot contain <% ... %> constructs.
Any aproaches to solve this ? Thank you ;)