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
Explain server-side scripting?
What is asp.net file?
What is the difference between application state and caching?
What are the versions of garbage collection?
What is another word for redirect?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
What is the use of the tag in the web.config file?
Write the different features of a Thread and a Process?
How to disable validator control by client side JavaScript?
What is http only cookie?
Why will you usually create an aspnet user account in the database for an asp.net web application?
How does a content page differ from a master page?
What is the basic difference between asp and asp.net?
Securitywise What are the Enhancements in 2.0?