I want use ajax.net to do some js. like below:
ScriptManager.RegisterStartupScript(Submit, typeof(Button), "alert", "location.href='test.aspx';", true);
If user turn off the javascript, it will not redirect to another page.
I want to know how to set <noscript></noscript>.
Thanks a lot!!