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
To get the values in two different controls to match which control you use it?
Which is the parent class of the web server control?
What are the event handlers that can be included in the Global.asax file?
Can you explain architecture of your project ?
What is the concept of postback in asp.net?
What is the difference between custom web user control and a custom web server control?
Is it right that ASP.NET Web API has replaced WCF?
Explain form level validation and field level validation?
Why do we need url encoding?
What is a reflection?
Why mvc is better than asp.net? : Asp.Net MVC
What is the difference between session.abandon() vs clear()?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
What are the different types of validation controls provided in ASP.NET?