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
Explain what is postback in asp. Net?
Will the asp.net validators run in server side or client side?
How does a content page differ from a master page?
Explain diff. Between friend and protected friend?
What are session state modes in asp.net?
What is the difference between GridView and Repeater controls 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?
How can you display all validation messages in one control?
What is asp.net with mvc? : Asp.Net MVC
Explain how viewstate is being formed?
What does session_start () do?
Explain the difference between authentication and authorization.
Can you explain architecture of your project ?
Explain the code Access Security (CAS) in .net Framework?
How to deploy/publish webservices?How many ways?Plz explain me