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
How to implement globalization and localization in the use interface in .net.
What is asp short for?
How many types of session in ASP.NET
To wrap up a call to a Web service the standard used is..?
what are configuration files?
What does mean by a neutral culture?
What are the different web pages?
Do cookies store passwords?
What is difference between cookies and cache?
How you can return View from ASP.NET Web API method?
What is httpresponse?
Explain cookies with example.
What are the differences between the response.write() and response.output.write()?
What are the server control tags in asp.net.?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?