Hello
Сopy project folder in IIS 7.5. But when I run, not one script does not work.
for example
protected void ShowWindowS()
{
string script = "function f(){$find(\"" + rdWindowSup.ClientID + "\").show(); Sys.Application.remove_load(f);}Sys.Application.add_load(f);";
ScriptManager.RegisterStartupScript(Page, Page.GetType(), "key", script, true);
}
protected void rdButtonRN_Click(object sender, EventArgs e)
{
ShowWindowS();
}
Run in Visual Studio 2012 all works.
I do not know what to do.
what settings you need to do to work scripts? IIS 7.5
Сopy project folder in IIS 7.5. But when I run, not one script does not work.
for example
protected void ShowWindowS()
{
string script = "function f(){$find(\"" + rdWindowSup.ClientID + "\").show(); Sys.Application.remove_load(f);}Sys.Application.add_load(f);";
ScriptManager.RegisterStartupScript(Page, Page.GetType(), "key", script, true);
}
protected void rdButtonRN_Click(object sender, EventArgs e)
{
ShowWindowS();
}
Run in Visual Studio 2012 all works.
I do not know what to do.
what settings you need to do to work scripts? IIS 7.5