asp.net
- Started
- Last post
- 51 Responses
- studderine0
yea i did move the code, to the top of the page, just like you said.
- QuincyArcher0
two things to try
1. COMMENT OUT all that cookie making code on minutes.asp
2. the variables id, and password are not "dim"med on the login.asp page...try "dim"ming them...
- studderine0
"COMMENT OUT" i guess this sounds stupid, but what does that exactly mean....erase?
- cosmo0
yup.
- cosmo0
means add ' to make your code into comments.
- grafholic0
like this:
'----------------------
' line of code
' another line of code...
'----------------------this means you're preserving the code while apps ignore the lines while they're being executed.
- studderine0
yea, you guys can probably tell i am no asp expert. thanks for all the help guys, i am gonna keep on hammering away at this.
- grafholic0
*group high five*
- cosmo0
*pats everyone on the ass.
- studderine0
hey guys...when i put the ------- before and after the code it causes more error..how do i just make so its not text?
- QuincyArcher0
it's a single quote, at the start of the line.
sorry i was away, just got back from lunch.