Hi, what's the difference between Server.Transfer and Response.Redirect
psamy
Posts
-
Server.Transfer vs Response.Redirect -
abstract vs interfaceHi , what is the difference between abstract class & interface. how will you choose?
-
More than one web.configCan application use more than one web.config file. if yes than how will it identifies the default web.config?
-
interface vs abstract classhow will you differentiate interface and abstract class.
-
Hi Every Body....please read the Chris Maunder message, put a title in proper manner. ex. "ASP.Net Features" ....
-
Multiple versions Assembly [modified]create publisher policy to identify different version of assembly
-
64 bit applicationHow will you create a 64–bit application using Visual Studio .NET 2003?
-
const vs readonlyWhat is the difference between const and read-only variable?
-
64 bit applicationHow will you create a 64–bit application using Visual Studio .NET 2003?
-
download a file on a button clickit should be filefield html control will solve your problem.
-
running java script on page loadingHi, u can use the following server side function. if (!(this.IsStartupScriptRegistered("Startup"))) Page.RegisterStartupScript("StartUp","fun('"+ arg1 + "')");
-
Dump please!i need dumbs to take MCP exam 70-310 (developing web applications with c#)
-
Dump please!Hi, Can anyone please help me for dumb sites for exam 70-310. (developing web applications with c#)
-
Find TreeNode in TreeViewHi, How to get treenode in treeview for given search string.
-
DateTime Conversion!!!Hi, How to cast the following value into datetime. select CAST('17/01/2006 14:52:48' as DATETIME) --> gives out-of-range datetime value.
-
How to change the size Again of a fullscreen window(theature mode) through javascriptset window.dialogHeight, window.dialogWidth properties. if so you are using dialog.
-
DataAdapter.Update -
how to reloadResponse.Redirect("URL");
-
Rollback?Hi all, My application uses 2 different databases. so rollback condition here very complex. example. 1. insert into tableA ---DB1 (points db1) 2. insert into tableA ---DB2 (points db2) if second qury fails i want to rollback with respective databases. How can i do that?
-
Is there any global file in c#use web.config file.