B
BBurke
I hope this hasn't been answered to much in the past, but I'm new here and
didn't find it in the posts I can see.
What is the best way to use a cookie value in a aspx sql statement? ie
"select * from foo where id ='" & Request.Cookies("id") & "'" is not working
Also, it seems the cookie value can populate an element, like a text box ,
but dosen't seem to like
Response.Write(Request.Cookies("whatever")) or
<%=Request.Cookies("whatever") %>
What am I missing? It dosen't seem quite as accessible as in asp. BTW, the
cookies were created with aspx using vb.net and I varified they exist.
TIA
didn't find it in the posts I can see.
What is the best way to use a cookie value in a aspx sql statement? ie
"select * from foo where id ='" & Request.Cookies("id") & "'" is not working
Also, it seems the cookie value can populate an element, like a text box ,
but dosen't seem to like
Response.Write(Request.Cookies("whatever")) or
<%=Request.Cookies("whatever") %>
What am I missing? It dosen't seem quite as accessible as in asp. BTW, the
cookies were created with aspx using vb.net and I varified they exist.
TIA