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
Please briefly explain the usage of global.asax?
What is the difference between the asp and asp.net?
What is the difference between file-based dependency and key-based dependency?
Why do we need asp.net?
What is the difference between user control and custom control?
What does uri mean?
Describe the difference between inline and code behind - which is best in?
What are the different validators in asp.net?
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
What is the difference between abstract class vs interface? Can give me the real time examples?
Can we use MSSql as backend in asp.net...if yes then How.?
What are the Types of objects in ASP
What is cross page posting in asp net?
How do you secure your configuration files to be accessed remotely by unauthorized users?
What is the use of dispose method?