diff between Server.Transfer() and Server.Execute()



diff between Server.Transfer() and Server.Execute()..

Answer / dasharatham

it is redirection of the page with in the same application.
it does not take round trip process back to the client
browser.it is faster than response redirect().

the Server.Execute method is used with ASP pages to execute
another ASP page. This allows greater flexibility in ASP
execution by allowing conditional execution.

Is This Answer Correct ?    7 Yes 7 No

Post New Answer

More ASP.NET Interview Questions

what is assembly?

4 Answers   Microsoft,


what is clr .

1 Answers   Patni,


On what object is the transaction in ADO.NET focused on? a) The command object b) The DataSet object c) The Connection object d) The DataAdapter object

4 Answers   Syntax Softtech,


what is Impersonation

3 Answers   Alliance One, Task Informatics,


How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.

0 Answers   Honeywell, Wipro,


What are runtime hosts?

2 Answers   Microsoft,


Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?

1 Answers  


What is virtual directory in asp.net?

0 Answers  


IN an ASP.NET Web application if there is any error, how can you debug?

0 Answers   Siebel,


How do you define authentication in Web.Config?

2 Answers   Accenture, BirlaSoft, IBM,


What is Razor View Engine

0 Answers   HCL,


When working with ASP.Net server controls, it is important to use the right event handlers to capture the event for the application to function properly. What event would you use to capture the selection of a new item in a DropDownList control? a) The Click event. b) The SelectionChanged event. c) The SelectionIndexChanged event. d) The ChangedSelection event.

4 Answers   Syntax Softtech,


Categories