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

ios - iPhone/iPad different view orientations in different views , and apple approval process -

monitor web browser programmatically in Android? -

c# - Using multiple datasets in RDLC -