If I understand what you are asking correctly... you can add
ValidateRequest=false to the page directive and .net will let you submit
potentially dangerous values (e.g. HTML and script). This reduces the risk
of scripting attacks on a site and is enabled by default. If this is not
what you are looking for please reply to this post with more details.