Devo semplicemente passare un parametro ad un frame runat sever e partire da un request.querystring["id"], scritto nella default.aspx.
Ho provato così:
codice:
<frame id="Content" name="Content" src="ContentEditor.aspx?id=<% request.querystring["id"]%>" height="100%" width="100%" runat="server" frameborder="yes" />
Ma mi restituisce questo errore:
Server tags cannot contain <% ... %> constructs.

Come faccio?