Click here to Skip to main content
15,905,144 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Desgining problem in asp.net Pin
koolprasad200313-Jun-07 23:21
professionalkoolprasad200313-Jun-07 23:21 
GeneralRe: Desgining problem in asp.net Pin
ShuklaGirish14-Jun-07 20:25
ShuklaGirish14-Jun-07 20:25 
Questiongenerate a image waste the server resources? Pin
mimilaw13-Jun-07 20:24
mimilaw13-Jun-07 20:24 
QuestionAsp.net Dynamic table Pin
ShuklaGirish13-Jun-07 20:18
ShuklaGirish13-Jun-07 20:18 
Questiondiffernce between Pin
mnarayana313-Jun-07 20:05
mnarayana313-Jun-07 20:05 
AnswerRe: differnce between Pin
_AK_13-Jun-07 20:18
_AK_13-Jun-07 20:18 
AnswerRe: differnce between Pin
Sathesh Sakthivel13-Jun-07 20:21
Sathesh Sakthivel13-Jun-07 20:21 
AnswerRe: differnce between Pin
Venk25913-Jun-07 20:22
Venk25913-Jun-07 20:22 
response.redirect("");
In this method the redirection to the page is sent to the browser.
From the browser it is redirected to the page.

i.e Process goes like this

Server -> client(browser) -> Server -> client(browser)
set redirect the page Page is loaded
redirect
command to
the browser

server.transfer("");
In this method the redirection to the page is done in server, so the
redirect page is sent to the browser

i.e Process goes like this

Server -> Server -> Client(browser)
Transfer transfer Page is loaded
the page page is sent


Note:-
So response.redirect("") does call to client and then to server for loading
, server.transfer("") does not call to client, but transfer in the server and load that page to the client
QuestionSession help Pin
kvijayajyothy13-Jun-07 20:05
kvijayajyothy13-Jun-07 20:05 
QuestionScript Pin
saravraj13-Jun-07 19:58
saravraj13-Jun-07 19:58 
AnswerRe: Script Pin
sPaudel13-Jun-07 22:14
sPaudel13-Jun-07 22:14 
QuestionProblem when using SSL certificates.. Pin
vijay_8313-Jun-07 19:33
vijay_8313-Jun-07 19:33 
QuestionFile Upload using Html Input control Pin
sudidelaravindra13-Jun-07 19:12
sudidelaravindra13-Jun-07 19:12 
QuestionEncryption and Decryption of username and password in asp.net Pin
jai 12313-Jun-07 19:00
jai 12313-Jun-07 19:00 
AnswerRe: Encryption and Decryption of username and password in asp.net Pin
amin_behzadi13-Jun-07 20:22
professionalamin_behzadi13-Jun-07 20:22 
QuestionCheckedBoxList Pin
Rajiya13-Jun-07 18:59
Rajiya13-Jun-07 18:59 
AnswerRe: CheckedBoxList Pin
Chetan Ranpariya13-Jun-07 20:38
Chetan Ranpariya13-Jun-07 20:38 
AnswerRe: CheckedBoxList Pin
saravraj13-Jun-07 21:21
saravraj13-Jun-07 21:21 
QuestionSystem.IndexOutOfRangeException: There is no row at position 0 Pin
Sophia Rekhi13-Jun-07 18:58
Sophia Rekhi13-Jun-07 18:58 
AnswerRe: System.IndexOutOfRangeException: There is no row at position 0 Pin
Venkatesh Mookkan13-Jun-07 19:41
Venkatesh Mookkan13-Jun-07 19:41 
GeneralRe: System.IndexOutOfRangeException: There is no row at position 0 Pin
Sophia Rekhi13-Jun-07 19:56
Sophia Rekhi13-Jun-07 19:56 
GeneralRe: System.IndexOutOfRangeException: There is no row at position 0 Pin
Venkatesh Mookkan13-Jun-07 20:05
Venkatesh Mookkan13-Jun-07 20:05 
GeneralRe: System.IndexOutOfRangeException: There is no row at position 0 Pin
Sophia Rekhi13-Jun-07 20:30
Sophia Rekhi13-Jun-07 20:30 
GeneralRe: System.IndexOutOfRangeException: There is no row at position 0 Pin
Venkatesh Mookkan13-Jun-07 20:41
Venkatesh Mookkan13-Jun-07 20:41 
Questionencrypt the coookies Pin
saravanan0513-Jun-07 18:13
saravanan0513-Jun-07 18:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.