Click here to Skip to main content
15,914,214 members
Home / Discussions / Web Development
   

Web Development

 
Generalhelp needed using a Session variable... Pin
code dope3-Apr-02 21:41
code dope3-Apr-02 21:41 
GeneralRe: help needed using a Session variable... Pin
Dan Pomerchik4-Apr-02 0:57
Dan Pomerchik4-Apr-02 0:57 
GeneralRe: help needed using a Session variable... Pin
code dope4-Apr-02 1:40
code dope4-Apr-02 1:40 
GeneralRe: help needed using a Session variable... Pin
Paul Watson4-Apr-02 2:13
sitebuilderPaul Watson4-Apr-02 2:13 
GeneralRe: help needed using a Session variable... Pin
code dope4-Apr-02 2:25
code dope4-Apr-02 2:25 
GeneralRe: help needed using a Session variable... Pin
code dope4-Apr-02 2:40
code dope4-Apr-02 2:40 
GeneralRe: help needed using a Session variable... Pin
Philip Patrick4-Apr-02 4:05
professionalPhilip Patrick4-Apr-02 4:05 
GeneralRe: help needed using a Session variable... Pin
code dope4-Apr-02 4:33
code dope4-Apr-02 4:33 
i love you forever & want to have your babies!!!!

only kidding!

IT WORKED! I changed the code to:

<%
strValue = Request.QueryString("A_Value")(1);
Session("Batch")= strValue;
%>

Seriously though, thanks a lot for your suggestion. And everyone else who had a go. I was really getting ****ed off with it. It looked as though the assignment to the Session variable was the culprit, when it was actually not getting the value from the Query String. Strange, though, because I use that line to get the value from the Query string in several other places and it never fails. Oh well, who cares!!!

Thanks again.Smile | :)

code dope.
GeneralRe: help needed using a Session variable... Pin
Philip Patrick4-Apr-02 4:39
professionalPhilip Patrick4-Apr-02 4:39 
GeneralWhy cant I use RecordCount of recordset Pin
Tili3-Apr-02 15:10
Tili3-Apr-02 15:10 
GeneralRe: Why cant I use RecordCount of recordset Pin
Larry Antram3-Apr-02 16:05
Larry Antram3-Apr-02 16:05 
GeneralRe: Why cant I use RecordCount of recordset Pin
Tili3-Apr-02 16:25
Tili3-Apr-02 16:25 
GeneralRe: Why cant I use RecordCount of recordset Pin
Philip Patrick3-Apr-02 20:24
professionalPhilip Patrick3-Apr-02 20:24 
GeneralRe: Why cant I use RecordCount of recordset Pin
SimonS4-Apr-02 7:09
SimonS4-Apr-02 7:09 
GeneralRe: Excellent Free Technical eBooks Pin
Philip Patrick3-Apr-02 20:29
professionalPhilip Patrick3-Apr-02 20:29 
GeneralRe: Excellent Free Technical eBooks Pin
James T. Johnson3-Apr-02 22:01
James T. Johnson3-Apr-02 22:01 
QuestionHow to inherit a web control designer from ReadWriteControlDesigner Pin
2-Apr-02 19:21
suss2-Apr-02 19:21 
QuestionHow to provide a toolboxbitmap to a Web Server Control? Pin
2-Apr-02 19:09
suss2-Apr-02 19:09 
AnswerRe: How to provide a toolboxbitmap to a Web Server Control? Pin
Andy Smith3-Apr-02 10:12
Andy Smith3-Apr-02 10:12 
GeneralThanx a lot, but I think you made sth ambiguous Pin
4-Apr-02 11:46
suss4-Apr-02 11:46 
GeneralRe: Thanx a lot, but I think you made sth ambiguous Pin
Andy Smith4-Apr-02 11:50
Andy Smith4-Apr-02 11:50 
GeneralRe: Thanx a lot, but I think you made sth ambiguous Pin
James T. Johnson4-Apr-02 12:01
James T. Johnson4-Apr-02 12:01 
Generalwebsphere and ASP Pin
Pradhip2-Apr-02 7:15
Pradhip2-Apr-02 7:15 
GeneralRefresh custom server control Pin
Ignacio Varas2-Apr-02 2:09
Ignacio Varas2-Apr-02 2:09 
Questionweb service??? Pin
Leesen2-Apr-02 0:54
Leesen2-Apr-02 0:54 

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.