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
  • 39,551
  • 56
  • 175
  • 291

0 Answers0