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

explain code with multi inhertance

1651


Explain about secure socket layer?

524


Any disadvantages in Dataset and in reflection ?

2827


Distinguish between Server-side and Client-side code?

554


What is smpte vc-1?

555






List all templates of the repeater control.

569


If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?

551


What is session start?

518


What is the difference between Session and response.Redirect?

617


How you can manage the state of application at the server side in ASP.NET?

582


while developing webservices if i want some users to use my webservice only how can i give security to my webservice?

1411


What is the use of placeholder control?

552


How does session work?

509


How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.

1427


What are html helpers in asp.net?

529