Hi folks -
I'm drawing a complete blank - how do I use an ASP variable inside an ASP statement? I've forgotten the correct syntax and can't find it in my books.
Here's what I want to do:
<%Response.Redirect("teacher_classlist.asp?<%=varTeacherID%>"%>
varTeacherID is my variable, captured from a session. However, I can't use it in the above way because the syntax is wrong. Any ideas?
Thanks in advance!
-Caitlin in Tucson, AZ
I'm drawing a complete blank - how do I use an ASP variable inside an ASP statement? I've forgotten the correct syntax and can't find it in my books.
Here's what I want to do:
<%Response.Redirect("teacher_classlist.asp?<%=varTeacherID%>"%>
varTeacherID is my variable, captured from a session. However, I can't use it in the above way because the syntax is wrong. Any ideas?
Thanks in advance!
-Caitlin in Tucson, AZ