ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
What is the difference between response.redirect and
server.transfer, how to choose one among the other?
 Question Submitted By :: Srikanth
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is the difference between response.redirect and server.transfer, how to choose one among the other?
Answer
# 1
Server.transfer transfer the page processing from one page
to another page without making a round trip back to the
client where as response.redirect redirect to another URL
and it make a round trip back to the client.

Response.Redirect can be used to redirect to external web
sites where as the Server.Transfer can be used only to
transfer to other pages of the same web site.
 
Is This Answer Correct ?    13 Yes 1 No
Richa
 
  Re: What is the difference between response.redirect and server.transfer, how to choose one among the other?
Answer
# 2
Server.Transfer transfers page processing from one page
directly to the next page without making a round-trip back
to the client's browser.  This provides a faster response
with a little less overhead on the server.  Server.Transfer
does not update the clients url history list or current url.
 Response.Redirect is used to redirect the user's browser to
another page or site.  This performas a trip back to the
client where the client's browser is redirected to the new
page.  The user's browser history list is updated to reflect
the new address.
 
Is This Answer Correct ?    3 Yes 0 No
Praveen Singh
 
 
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
What is a Windows Service and how does its life cycle differ from a standard EXE?  2
How do you a replicate a set of controls across a number of ASP Pages  2
You are creating a Web site for Your company. You receive product lists in the form of XML documents. You are creating a procedure to extract information from these XML documents according to criteria that your users will select. When a user makes a request, you want the results of these requests to be returned as quickly as possible. What should you do? A . Create an XmlDataDocument object and load it with the XML dat Use the DataSet property of the object to create a DataSet object. Use a SQL SELECT statement to extract the requested dat B . Create an XmlDataDocument object and load it with the XML data. Use the SelectNodes method of the object to extract the requested data. C . Create an XPathDocument object and load it with the XML data. Call the CreateNavigator method to create an XPathNavigator object. Call the Select method of the XPathNavigator object to run an XPath query that extracts the requested data. D . Create an XmlReader object. Use the Read method of the object to stream through the XML data and to apply an XPath expression to extract the requested data. Syntax-Softtech1
Is There any Third party tools are using in .Net Technologies? Can u Explain? HCL2
Hi please tell me what is ISNOTPOSTBACK,POSTBACK,AUTOPOSTBACK and also the extensions of aspx,asmx,ascx its urgent plz reply me soon....  3
please can any describe 'Master Page' in ASP.Net 2.0  3
Describe and In Process Vs Out of Process component. Which is faster? Syntax-Softtech2
What is the use of sessionstate tag in the web.config file?  2
what is caching,session? when & what is used mostly in which situtations, how they r implemented in real time? tell with example? Satyam1
what is client-server architecture in .net? and what is 3-tier architecture?  1
What are skins?  1
When a dropdownlist has been added by some records and it has been binded why it is not executing i'm facing this error pls help me ? if (is!pageposback) { arraylist books = new arraylist; books.add ("gone with the wind"); books.add ("rahulsriramprakash"); books.add ("vishal"); dropdowndisplay.datasource=books; dropdowndisplay.databind(); } The error is : 1) The dropdowndisplay does not exist. Netsweeper4
How do you validate the controls in an ASP .NET page?  2
Which method do you invoke on the DataAdapter control to load your generated dataset with data?  1
Is it possible to disable the minimized icon of a popup window using window.open. Not using iframe concept? Take-United2
Where do you store the information about the user?s locale?  2
what is Repeater Control, When it is used,How it is used, what type of template is used for repeater control? iSoft6
What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design? KPIT1
Which control would you use if you needed to make sure the values in two different controls matched?  1
What is Boxing and Unboxing? Accenture6
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com