
Loop through your collection of controls (count of i) you would like to add to the ASP.NET placeholder control on your aspx page.

Loop through your collection of controls (count of i) you would like to add to the ASP.NET placeholder control on your aspx page.

The code is pretty simple, but it’s nice to have this snippet around when you need it.
Dim ReportURL as string = “http://www.figers.com”
Dim js As String = ”<script language=”"javascript”" type=”"text/javascript”"> window.open(‘” & ReportURL & “‘);</script>”
Page.ClientScript.RegisterClientScriptBlock(Me.GetType, “NewWindow”, js)
I plan on sharing what I’ve come across while travelling the world (Buenos Aires & Antarctica this December, here we come), freelancing as a software engineer under my own company (www.figers.com) and managing our rental real estate in Boston. Yeah, this is gonna be an interesting year…
