Click here to Skip to main content
15,899,679 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRuntime CrystalReport Pin
farasat.mohammad9-Nov-07 19:28
farasat.mohammad9-Nov-07 19:28 
Questionhow can i over write a file in asp.net Pin
jagan1239-Nov-07 17:58
jagan1239-Nov-07 17:58 
AnswerRe: how can i over write a file in asp.net Pin
Christian Graus9-Nov-07 19:28
protectorChristian Graus9-Nov-07 19:28 
Generalhow to a save the text box into a file Pin
jagan1239-Nov-07 19:48
jagan1239-Nov-07 19:48 
GeneralRe: how to a save the text box into a file Pin
Christian Graus9-Nov-07 20:44
protectorChristian Graus9-Nov-07 20:44 
Questionproblem with placing an .aspx/.ascx page within a frame/pannel of an .asp page Pin
codeproject_buna9-Nov-07 17:51
codeproject_buna9-Nov-07 17:51 
QuestionServer.Transfer vs Response.Redirect Pin
danasegaranea9-Nov-07 17:43
danasegaranea9-Nov-07 17:43 
AnswerRe: Server.Transfer vs Response.Redirect Pin
John-ph9-Nov-07 20:37
John-ph9-Nov-07 20:37 
danasegaranea wrote:
Where I have to use Server.Transfer and Reponse.Redirect.


This depend's on what you want. Say for an example If you want to transfer the control to another page in the same server but you prefer to keep the URL the same and like to transfer the query string values to the next page then you should use Server.Transfer. If you just simply want to tell the browser to transfer to another page in the same server or different server then you should use Response.Redirect. Note: Server.Transfer doesn't add the page to the history of page visited on the client-side cache.

 Regards
 - J O H N -



GeneralRe: Server.Transfer vs Response.Redirect Pin
danasegaranea9-Nov-07 21:11
danasegaranea9-Nov-07 21:11 
GeneralRe: Server.Transfer vs Response.Redirect Pin
Christian Graus9-Nov-07 21:19
protectorChristian Graus9-Nov-07 21:19 
GeneralRe: Server.Transfer vs Response.Redirect Pin
danasegaranea9-Nov-07 22:11
danasegaranea9-Nov-07 22:11 
GeneralRe: Server.Transfer vs Response.Redirect Pin
John-ph9-Nov-07 22:16
John-ph9-Nov-07 22:16 
QuestionException on browsing a web form Pin
monafr819-Nov-07 12:37
monafr819-Nov-07 12:37 
AnswerRe: Exception on browsing a web form Pin
Michael Sync9-Nov-07 20:31
Michael Sync9-Nov-07 20:31 
QuestionCustomizing Web Form Designer Generated Code Pin
tsramkumar9-Nov-07 11:25
tsramkumar9-Nov-07 11:25 
QuestionNavigate to Html page How's a resource Pin
Epsilone39-Nov-07 8:38
Epsilone39-Nov-07 8:38 
QuestionPossibility of Exception? (With Code) Pin
Mitch F.9-Nov-07 8:05
Mitch F.9-Nov-07 8:05 
AnswerRe: Possibility of Exception? (With Code) Pin
pmarfleet9-Nov-07 10:22
pmarfleet9-Nov-07 10:22 
GeneralRe: Possibility of Exception? (With Code) Pin
Mitch F.9-Nov-07 10:30
Mitch F.9-Nov-07 10:30 
Questionlog -in with administration tools ?? Pin
sofy20089-Nov-07 7:48
sofy20089-Nov-07 7:48 
AnswerRe: log -in with administration tools ?? Pin
Sam Xavier12-Nov-07 0:14
Sam Xavier12-Nov-07 0:14 
Questiondata grid ..edit n update !! Pin
rocky8119-Nov-07 5:41
rocky8119-Nov-07 5:41 
AnswerRe: data grid ..edit n update !! Pin
Michael Sync9-Nov-07 20:24
Michael Sync9-Nov-07 20:24 
GeneralRe: data grid ..edit n update !! Pin
rocky81114-Nov-07 5:50
rocky81114-Nov-07 5:50 
GeneralRe: data grid ..edit n update !! Pin
Michael Sync14-Nov-07 15:33
Michael Sync14-Nov-07 15:33 

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.