asp.net - the name 'windows' does not exist in the current context -


i trying use windows.location redirect page in web application,but shows me above mentioned error,so files should added page use same?any appreciated.

yes, there no window.location in asp.net. instead try bool value true in response.redirect response.redirect("default.aspx",true);


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -