what is the difference between server.Transfer and
response.redirect in .net
Answer / sivaprasad
Server.Transfer will execute at server side itself, through
this we can access previous page control's in next page.
Response.Redirect will work at client side means server
will send "Success" code to browser by saying send a
request for specific URL.based on this client will request
for the specific URL. if URL is not found in virtual
Directory client will give a message saying "Page not
found".
| Is This Answer Correct ? | 0 Yes | 5 No |
What is new asp.net core?
what is Versioning in asp.net and how it maintain in any web application
How do you handle unhandled exceptions in ASP.NET?.
Can you explain what inheritance is and an example of when you might use it?
What are the modes of updation in an updatepanel?
What is deference between asp.net, vb.net, c# & j#
How do you register JavaScript for webcontrols ?
How many types cache in asp net?
How to use class library reference in asp.net project? Can you give me the example with source Class library haves classes like Database, insert, update, delete, reflection how can i use the database class connection in insert class to insert the record in to the Main Project in asp.net.
What is session and cookies in asp.net?
What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState ?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)