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 |
what is assembly?
what is clr .
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
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.
What are runtime hosts?
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?
What is virtual directory in asp.net?
IN an ASP.NET Web application if there is any error, how can you debug?
How do you define authentication in Web.Config?
2 Answers Accenture, BirlaSoft, IBM,
What is Razor View Engine
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.