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 the basic difference between asp and asp.net?
Can you explain what inheritance is and an example of when you might use it?
If we write return statement in finally block will it works fine or throws any error?
Is it necessary to create a Windows application or Web application to test a Web service ? Is it must to consume this service?
In a page there is dropdown list with the name of the cities like Bangalore,Pune,Chennai,Other and a text box that would enable the user to enter the name of the city if other is selected. How to enable validation on the text box if other is selected
How you can return View from ASP.NET Web API method?
Is there any limit for query string? Means what is the maximum size?
How do you specify whether your data should be passed as Query string and Forms (Mainly about POST and GET)
With example & diagram explain AutoPostBack.
What are different templates available in Repeater,DataList and Datagrid ?
What permissions do asp.net applications posses by default?
what is asp.net
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)