Click here to Skip to main content
15,902,114 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: vs2008 masterpage Pin
Ashfield30-Aug-08 8:24
Ashfield30-Aug-08 8:24 
QuestionDifference betwen server.transfer and response.redirect Pin
BalasubramanianK29-Aug-08 20:34
BalasubramanianK29-Aug-08 20:34 
AnswerRe: Difference betwen server.transfer and response.redirect Pin
Manas Bhardwaj29-Aug-08 20:38
professionalManas Bhardwaj29-Aug-08 20:38 
GeneralRe: Difference betwen server.transfer and response.redirect Pin
BalasubramanianK29-Aug-08 20:51
BalasubramanianK29-Aug-08 20:51 
AnswerRe: Difference betwen server.transfer and response.redirect Pin
ncsubbu29-Aug-08 20:40
professionalncsubbu29-Aug-08 20:40 
GeneralRe: Difference betwen server.transfer and response.redirect Pin
BalasubramanianK29-Aug-08 20:52
BalasubramanianK29-Aug-08 20:52 
GeneralRe: Difference betwen server.transfer and response.redirect Pin
Learning IT29-Aug-08 20:56
Learning IT29-Aug-08 20:56 
AnswerRe: Difference betwen server.transfer and response.redirect & server.execute Pin
Learning IT29-Aug-08 20:54
Learning IT29-Aug-08 20:54 
server.execute stops the execution of the current page and transfers the control to the URL passed in as a parameter. After that page has finished execution control passes back to the original page and execution resumes at the statement after the execute method call.

server.transfer is similar to server.execute but unlike that methos the execution does not resume to the original page but end when the new page completes executing

response.redirect transfers the control to the given url but there is server round trip.
In response.redirect the new url can be seen , but in server.execute and transfer the new page url is not seen even though the control is passed to the new page.

Performance is better in server.execute and transfer nut they cannot be used with server-side include #exec directive.

Maniiiiiiiiiiiiiii

GeneralRe: Difference betwen server.transfer and response.redirect & server.execute Pin
BalasubramanianK29-Aug-08 21:02
BalasubramanianK29-Aug-08 21:02 
Questionhow to display results like search enginees result in asp.net Pin
ncsubbu29-Aug-08 20:02
professionalncsubbu29-Aug-08 20:02 
AnswerRe: how to display results like search enginees result in asp.net Pin
Manas Bhardwaj29-Aug-08 20:22
professionalManas Bhardwaj29-Aug-08 20:22 
Questionplz answer my questions,its vry urgent Pin
Learning IT29-Aug-08 19:10
Learning IT29-Aug-08 19:10 
AnswerRe: plz answer my questions,its vry urgent Pin
kvsreedhar29-Aug-08 21:28
kvsreedhar29-Aug-08 21:28 
GeneralRe: plz answer my questions,its vry urgent Pin
Learning IT29-Aug-08 22:30
Learning IT29-Aug-08 22:30 
GeneralRe: plz answer my questions,its vry urgent Pin
kvsreedhar30-Aug-08 1:54
kvsreedhar30-Aug-08 1:54 
Questionprobleam concatenate two string Pin
Rinki Mukheraji29-Aug-08 18:43
Rinki Mukheraji29-Aug-08 18:43 
AnswerRe: probleam concatenate two string Pin
Manas Bhardwaj29-Aug-08 20:17
professionalManas Bhardwaj29-Aug-08 20:17 
Questiongetting full path name using FileUpload control's FileName property Pin
kvsreedhar29-Aug-08 18:29
kvsreedhar29-Aug-08 18:29 
AnswerIgnore Repost Pin
Manas Bhardwaj29-Aug-08 20:23
professionalManas Bhardwaj29-Aug-08 20:23 
GeneralRe: Ignore Repost Pin
kvsreedhar29-Aug-08 20:52
kvsreedhar29-Aug-08 20:52 
GeneralRe: Ignore Repost Pin
kenexcelon30-Aug-08 6:39
kenexcelon30-Aug-08 6:39 
GeneralRe: Ignore Repost Pin
kvsreedhar31-Aug-08 21:48
kvsreedhar31-Aug-08 21:48 
Question"Cannot apply indexing with [] to an expression of type 'System.Web.UI.WebControls.ListViewItem'" Pin
Member 387988129-Aug-08 17:56
Member 387988129-Aug-08 17:56 
AnswerWhy Repost? [modified] Pin
Manas Bhardwaj29-Aug-08 20:24
professionalManas Bhardwaj29-Aug-08 20:24 
AnswerRe: "Cannot apply indexing with [] to an expression of type 'System.Web.UI.WebControls.ListViewItem'" Pin
Manas Bhardwaj29-Aug-08 20:37
professionalManas Bhardwaj29-Aug-08 20:37 

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.