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
Describe how passport authentication works.
What is view state management in asp net?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
To get the values in two different controls to match which control you use it?
What is asynchronous call?
Is asp.net a language?
List the advantages and disadvantages of user control an custom control?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
Explain managed code an un-managed code.
How to register exception filter globally?
What is caching? Explain.
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
What is paging in context of Memory?
What is the extension of master page in asp.net?
What is the sequence in which ASP.NET events are processed?