Click here to Skip to main content
15,891,033 members
Home / Discussions / Web Development
   

Web Development

 
Questionhow to host Website Pin
Ankit At Codeproject1-Sep-08 23:32
Ankit At Codeproject1-Sep-08 23:32 
AnswerRe: how to host Website Pin
Manas Bhardwaj2-Sep-08 2:03
professionalManas Bhardwaj2-Sep-08 2:03 
QuestionValidate the button if clicked or not? Pin
hifiger20041-Sep-08 22:36
hifiger20041-Sep-08 22:36 
AnswerRe: Validate the button if clicked or not? Pin
NeverHeardOfMe2-Sep-08 0:16
NeverHeardOfMe2-Sep-08 0:16 
GeneralRe: Validate the button if clicked or not? Pin
hifiger20042-Sep-08 0:37
hifiger20042-Sep-08 0:37 
GeneralRe: Validate the button if clicked or not? Pin
NeverHeardOfMe2-Sep-08 1:55
NeverHeardOfMe2-Sep-08 1:55 
AnswerRe: Validate the button if clicked or not? Pin
hifiger20042-Sep-08 2:21
hifiger20042-Sep-08 2:21 
QuestionSession variable, How does it work in classic ASP? Pin
hifiger20041-Sep-08 8:47
hifiger20041-Sep-08 8:47 
Hi Guys,

I am working with an application that has a session variable, but it doesn't work. So I created a sample test asp in order for me to simulate the process. But still the session value doesn't change. Please check my sample code below if what's lacking. The session variable is Session("temp")

Sample test.asp

]]>
")
if Session("temp") = "next" then
Session("temp") = ""
Session.Contents.Remove("temp")
intNum1 = 5
intNum2 = 5
end if
if Session("temp") = "prev" then
Session("temp") = ""
Session.Contents.Remove("temp")
intNum1 = 6
intNum2 = 6
end if
Response.Write("temp -- " & Session("temp") & "
")
%>]]>


















The total is: <%=intTotal%>



ifiger2004
AnswerRe: Session variable, How does it work in classic ASP? Pin
NeverHeardOfMe1-Sep-08 9:59
NeverHeardOfMe1-Sep-08 9:59 
QuestionHow do I wrap text in a TD? Pin
Brady Kelly1-Sep-08 5:12
Brady Kelly1-Sep-08 5:12 
AnswerRe: How do I wrap text in a TD? Pin
Perspx1-Sep-08 5:16
Perspx1-Sep-08 5:16 
GeneralRe: How do I wrap text in a TD? Pin
Brady Kelly1-Sep-08 6:04
Brady Kelly1-Sep-08 6:04 
GeneralRe: How do I wrap text in a TD? Pin
dotnethunk3-Sep-08 2:53
dotnethunk3-Sep-08 2:53 
AnswerRe: How do I wrap text in a TD? Pin
Shog91-Sep-08 7:04
sitebuilderShog91-Sep-08 7:04 
GeneralRe: How do I wrap text in a TD? Pin
Brady Kelly1-Sep-08 7:14
Brady Kelly1-Sep-08 7:14 
QuestionAjax Cascading Dropdown Pin
K V Sekhar1-Sep-08 1:11
K V Sekhar1-Sep-08 1:11 
AnswerRe: Ajax Cascading Dropdown Pin
Shog91-Sep-08 7:00
sitebuilderShog91-Sep-08 7:00 
AnswerRe: Ajax Cascading Dropdown Pin
Gayani Devapriya1-Sep-08 18:06
Gayani Devapriya1-Sep-08 18:06 
QuestionAutomaticlly Change Text on dates Pin
Member 34482961-Sep-08 0:07
Member 34482961-Sep-08 0:07 
AnswerRe: Automaticlly Change Text on dates Pin
Ashfield1-Sep-08 1:31
Ashfield1-Sep-08 1:31 
GeneralRe: Automaticlly Change Text on dates Pin
Member 34482961-Sep-08 10:00
Member 34482961-Sep-08 10:00 
GeneralRe: Automaticlly Change Text on dates Pin
Ashfield1-Sep-08 19:58
Ashfield1-Sep-08 19:58 
JokeRe: Automaticlly Change Text on dates Pin
Member 34482961-Sep-08 21:58
Member 34482961-Sep-08 21:58 
RantRe: Automaticlly Change Text on dates Pin
Ashfield2-Sep-08 1:25
Ashfield2-Sep-08 1:25 
GeneralRe: Automaticlly Change Text on dates Pin
Member 34482962-Sep-08 4:58
Member 34482962-Sep-08 4:58 

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.