What is the difference between Server.Transfer and
Response.Redirect? Why would you choose one over the other?
Answer Posted / s
Please Ignore:
if(false == my_window.closed)
{
my_window.close ();
}
else
{
alert('Window already closed!');
}
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is syntax code to send email from an asp.net application?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
What is an il?
What is asp.net used for?
Is it possible to create web application with both webforms and mvc?
What are validator? Name the validation controls in asp.net? How do you disable them?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
How to register exception filter globally?
Explain the path instructions in xaml?
How to disable disable browser's Back button in asp.net (JavaScript)?
Can I stream live content/events?
How to display Alert in ASP.NET
How you can add an event handler?
What are validators and list some validators of asp.net?
What is base class of button control in .net?