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
What is a query string in a url?
Explain the steps needed to be performed in order to create an animation in xaml?
What does the orientation property do in a menu control?
Can we have 2 web config files?
Explain cashing in asp.net.
Do gac'ed assemblies have fulltrust?
How to add DateTime Control in normal DataGrid Server Control?
What is the postback property in asp.net?
Can user control be stored in library?
Can you set which type of comparison you want to perform by the comparevalidator control?
What is data reader in asp.net?
What does session_start () do?
What are session and cookies?
What are strong names?
Explain difference between dataset and recordset?