0

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?

Uwe Keim
  • 38,279
  • 56
  • 171
  • 280

0 Answers0