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
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
What is the difference between c# and .net?
How to create events for a control?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
Which two new properties are added in asp.net 4.0 page class?
How does output caching work in ASP.NET?
Which is better viewstate or session?
Explain the asp.net mvc request life cycle? : asp.net mvc
What is a runtime version?
Define dll hell?
What is mvc in asp.net interview question? : Asp.Net MVC
Which asp.net objects encapsulate the state of the client and the browser?
Explain the different parts that constitute ASP.NET application?
How many types of validation are there?
What is directive in asp net?