What is the difference between Server.Transfer and
Response.Redirect? Why would you choose one over the other?
Answer Posted / x
<script type="text/javascript" language="javascript">
function HideChild(){
parent.emailwindow.hide();
parent.location.replace("DisplayRec.aspx");
window.open("http://wwww.google.com");
}
</script>
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is break mode?
Explain the various authentication mechanisms in asp.net.
Define static function?
What is the differences between a primary key and a unique key in sql server?
Any disadvantages in Dataset and in reflection ?
What is the question mark in a url?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
What is Web API?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
How long should a session id be?
How are sessions stored?
Are there resources online with tips on asp to asp.net conversions?
How is mvc different from asp.net? : Asp.Net MVC
What describes a query?
What is the difference between trace and debug in asp.net?