I'm trying to open a new target by code.
ScriptManager.RegisterStartupScript(Page, Page.GetType(), "popup",
"window.open('" + gridHTML + "','_blank')", true);
But I get an empty tab. How can I send some html code (which I generate) so that the tab is not empty?