Click here to Skip to main content
15,910,123 members
Home / Discussions / C#
   

C#

 
GeneralRe: code doesn`t work in win xp but works win 7 Pin
Member 932688731-Jul-12 23:29
Member 932688731-Jul-12 23:29 
GeneralRe: code doesn`t work in win xp but works win 7 Pin
Pete O'Hanlon31-Jul-12 23:47
mvePete O'Hanlon31-Jul-12 23:47 
GeneralRe: code doesn`t work in win xp but works win 7 Pin
Member 93268871-Aug-12 0:08
Member 93268871-Aug-12 0:08 
GeneralRe: code doesn`t work in win xp but works win 7 Pin
Pete O'Hanlon1-Aug-12 0:33
mvePete O'Hanlon1-Aug-12 0:33 
GeneralRe: code doesn`t work in win xp but works win 7 Pin
Member 93268871-Aug-12 0:59
Member 93268871-Aug-12 0:59 
GeneralRe: code doesn`t work in win xp but works win 7 Pin
Pete O'Hanlon1-Aug-12 1:03
mvePete O'Hanlon1-Aug-12 1:03 
AnswerRe: code doesn`t work in win xp but works win 7 Pin
Member 93268871-Aug-12 1:19
Member 93268871-Aug-12 1:19 
GeneralRe: code doesn`t work in win xp but works win 7 Pin
Pete O'Hanlon1-Aug-12 1:54
mvePete O'Hanlon1-Aug-12 1:54 
AnswerRe: code doesn`t work in win xp but works win 7 Pin
Member 93268871-Aug-12 4:45
Member 93268871-Aug-12 4:45 
Questionconvert string to array Pin
Member 916988731-Jul-12 14:59
Member 916988731-Jul-12 14:59 
GeneralRe: convert string to array Pin
Peter_in_278031-Jul-12 15:53
professionalPeter_in_278031-Jul-12 15:53 
AnswerRe: convert string to array Pin
Abhinav S31-Jul-12 17:39
Abhinav S31-Jul-12 17:39 
GeneralRe: convert string to array Pin
PIEBALDconsult31-Jul-12 20:16
mvePIEBALDconsult31-Jul-12 20:16 
AnswerRe: convert string to array Pin
Ramesh Muthiah3-Aug-12 2:22
Ramesh Muthiah3-Aug-12 2:22 
QuestionServer.Transfer ...? Pin
jojoba201131-Jul-12 2:27
jojoba201131-Jul-12 2:27 
AnswerRe: Server.Transfer ...? Pin
Pete O'Hanlon31-Jul-12 2:39
mvePete O'Hanlon31-Jul-12 2:39 
QuestionRe: Server.Transfer ...? Pin
jojoba201131-Jul-12 2:49
jojoba201131-Jul-12 2:49 
AnswerRe: Server.Transfer ...? Pin
Pete O'Hanlon31-Jul-12 2:54
mvePete O'Hanlon31-Jul-12 2:54 
AnswerRe: Server.Transfer ...? PinPopular
Dave Kreskowiak31-Jul-12 4:32
mveDave Kreskowiak31-Jul-12 4:32 
GeneralRe: Server.Transfer ...? Pin
Pete O'Hanlon31-Jul-12 5:01
mvePete O'Hanlon31-Jul-12 5:01 
GeneralRe: Server.Transfer ...? Pin
Paul Conrad31-Jul-12 12:20
professionalPaul Conrad31-Jul-12 12:20 
AnswerRe: Server.Transfer ...? Pin
Shameel1-Aug-12 0:14
professionalShameel1-Aug-12 0:14 
To understand why it doesn't work, you must first understand how Server.Transfer differs from Response.Redirect. When you do a Server.Transfer, the page processing is shifted to the new page on the Server side and the client is unaware of it as opposed to a Response.Redirect which sends a Resource Moved response to the client and forces it to request the new url. Since Server.Transfer happens on the server side, the Request.Url.Query will always be empty.
QuestionProblem with BeginReceive () Callback function Pin
tiwal30-Jul-12 23:00
tiwal30-Jul-12 23:00 
QuestionC# Monitoring Project PinPopular
stipy_terbang@yahoo.com30-Jul-12 22:47
stipy_terbang@yahoo.com30-Jul-12 22:47 
AnswerRe: C# Monitoring Project Pin
Wayne Gaylard30-Jul-12 23:10
professionalWayne Gaylard30-Jul-12 23:10 

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.