Ho do I open a new url on brower windows in asp.net?
as the topic,thank you!
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
aRcadehUnterPosted Oct 24, 2006, 1:35 AM
This might work... worked for me though
String scriptName= "";
scriptName = "";
Page.RegisterStartupScript("myscript",scriptName);
Here "myscript" is a key which can be any unique identifier to your script.