This should be a fairly simple question
At some point in my code I am doing a Server.Transfer to a different page
In the new page, there is a call (the details are irrelevant)
Page.ClientScript.RegisterStartupScript(GetType(), name, js, true);
However, this javascript never appears on the page.