From client side, client opens web page, then goes to File->Send->Page by E-mail. Client Browser executes a Page.IsPostBack set to "False". The question is: Is there a way using CSS to hide elements like SiteMap, etc from showing in the e-mail body. I have looked at CSS @media , but could not find an option besides "screen". If there is not an option using CSS, is there a way to identify the Request type so that elements can be modified using CSS?.
Any ideas, in how best to deal with this?. I will really appreciate it.
Although it seems related to the question "Sending contents of a particular div", because we are trying to send the whole web page except heading and other elements, we are not interested in clicking a button in the page to send e-mail since it does not resolve the hiding of elements when in IE client goes to File->Send->page by e-mail.