I am trying to open home page after inserting data, then home.aspx is not getting open.
ScriptManager.RegisterStartupScript(this, this.GetType(), "alert", " alert('Your Post saved sucessfully'); window.open('~/home.aspx');", true);
below execption is coming
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /View/Admin/home.aspx
my homepage is not in Admin folder in which i am redirect from this page Opnsorce.aspx (this page inside Admin ) to home.aspx page