Click here to Skip to main content
15,913,944 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Domain parsing Pin
Ed Gadziemski29-Oct-05 18:46
professionalEd Gadziemski29-Oct-05 18:46 
GeneralRe: Domain parsing Pin
Vasudevan Deepak Kumar30-Oct-05 18:28
Vasudevan Deepak Kumar30-Oct-05 18:28 
GeneralRe: Domain parsing Pin
Ed Gadziemski31-Oct-05 14:06
professionalEd Gadziemski31-Oct-05 14:06 
GeneralRe: Domain parsing Pin
Tom Archer31-Oct-05 6:23
Tom Archer31-Oct-05 6:23 
Questionloosing my session object Pin
cmarmr28-Oct-05 7:02
cmarmr28-Oct-05 7:02 
AnswerRe: loosing my session object Pin
Guffa29-Oct-05 5:24
Guffa29-Oct-05 5:24 
GeneralRe: loosing my session object Pin
cmarmr31-Oct-05 14:08
cmarmr31-Oct-05 14:08 
GeneralRe: loosing my session object Pin
Guffa1-Nov-05 9:43
Guffa1-Nov-05 9:43 
How are you supposed to send the values to the site? How is the site recieving the values?

If the site is just using Request("variable") to read the values, that sure is poor programming. The request collection reads from server variables, cookies, form data and querystring. It's safer to specify from where the data should be read.

Sending the values as cookies is a bad solution, though. If the site is reading values from the Request collection on other pages, you might be causing errors on the site. If the same name is used as in the cookies, the value in the cookies will be read instead of the value in the form data or querystring.

You should be trying to find out why you can't send the data using form data or querystring, rather than using cookies.

---
b { font-weight: normal; }

QuestionSave As? Pin
Samsung27-Oct-05 8:29
Samsung27-Oct-05 8:29 
AnswerRe: Save As? Pin
Turtle Hand27-Oct-05 10:42
Turtle Hand27-Oct-05 10:42 
GeneralRe: Save As? Pin
enjoycrack28-Oct-05 7:57
enjoycrack28-Oct-05 7:57 
GeneralRe: Save As? Pin
Ghasrfakhri1-Nov-05 2:57
Ghasrfakhri1-Nov-05 2:57 
QuestionFCK Editor Pin
Brendan Vogt27-Oct-05 2:56
Brendan Vogt27-Oct-05 2:56 
AnswerRe: FCK Editor Pin
Jack Ma Shanghai27-Oct-05 18:14
Jack Ma Shanghai27-Oct-05 18:14 
AnswerRe: FCK Editor Pin
Edbert P27-Oct-05 21:04
Edbert P27-Oct-05 21:04 
QuestionProblem integrating Crystal Report with Asp.net Pin
beechan26-Oct-05 23:59
beechan26-Oct-05 23:59 
Questionsubmitting articles Pin
Mugombi26-Oct-05 20:30
Mugombi26-Oct-05 20:30 
AnswerRe: submitting articles Pin
enjoycrack27-Oct-05 6:37
enjoycrack27-Oct-05 6:37 
Questionweb design Pin
momoo26-Oct-05 19:44
momoo26-Oct-05 19:44 
AnswerRe: web design Pin
enjoycrack27-Oct-05 6:35
enjoycrack27-Oct-05 6:35 
Questionuploading file using asp Pin
idreesbadshah26-Oct-05 19:36
idreesbadshah26-Oct-05 19:36 
AnswerRe: uploading file using asp Pin
enjoycrack27-Oct-05 6:33
enjoycrack27-Oct-05 6:33 
AnswerRe: uploading file using asp Pin
Vasudevan Deepak Kumar30-Oct-05 18:32
Vasudevan Deepak Kumar30-Oct-05 18:32 
GeneralRe: uploading file using asp Pin
Anil J Baviskar24-Nov-05 23:37
Anil J Baviskar24-Nov-05 23:37 
Questioncan't open excel from network drive using asp Pin
Anonymous26-Oct-05 14:36
Anonymous26-Oct-05 14:36 

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.