What is the difference between Server.Transfer and
Response.Redirect? Why would you choose one over the other?

Answer Posted / x

Please Ignore:

function Submit(){
if(window.confirm("Do you want to close?")){
return true;
}else{
return false;
}
}

<asp:Button ID="btnSubmit" runat="server"
OnClientClick="return Submit()" Text="Submit" />

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How long does an http session last?

520


Can master pages be nested?

510


What is state management in asp.net with example?

459


What are assemblies and namespaces and explain the difference between them ?

561


What do you understand from custom control?

605






What is another word for redirect?

506


How may clustered index we can create in table?

562


How can we use Web API with ASP.NET Web Form?

645


How will you do Redo and Undo in a TextControl?

664


What are the types of authentication in asp.net?

549


What is a page life cycle? What are the events in a page life cycle?

487


What is a session government?

497


How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?

2238


How to find last error which occurred?

532


What is cookieless session id explain in brief?

525