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
Give 2 examples for scenarios when routing is not applied?
What is the state management in asp.net?
What is the purpose of using MVC programming pattern in ASP.NET?
Explain the different parts that constitute ASP.NET application?
How can we create a website?
How can you identify that the page is post back?
How we implement web farm and web garden concept in asp.net?
List some of the important session state modes of asp.net.
Can we create a multiple user simultaneously ?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
How do you secure your connection string information?
Please brief not about xsd,xslt & xml?
Is web config mandatory?
Why will you usually create an aspnet user account in the database for an asp.net web application?
To wrap up a call to a Web service the standard used is..?