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
Can more than one person use the same login?
What are cookies in asp.net?
Explain server control extensibility with reference to asp.net 2.0 ?
Which methods validate all the controls on a page?
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
What are the features of asp.net mvc?
Please brief not about xsd,xslt & xml?
Why is global asax is used for?
What are the cookies types in asp.net?
What should you do is you want to remove an existing component but would like to make some funtionalities?
What is the difference between visual basic and asp.net?
What does it mean your session has timed out?
What is paging in context of Memory?
How to Insert/Add in ASPXgridview
Give a few examples of page life cycle events.