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
How does u get record no from 5 to 15 from a dataset of 100 records?
Why select Web API?
How can you register a custom server control to a web page?
What is semantic gap?
List the events in page life cycle.
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
What is the main difference between Asp.net and Vb.net?
What is routing in MVC?
How do we ensure view state has not tampered?
What is a user session?
What do you mean by authorization?
What is protected configuration?
What is cross page posting in asp net?
What are the ways of preserving data on a Web Form in ASP.NET?
What is the mvc framework?