Date:  02/04/2003 02:17:55 PM Msg ID:  001310
From:  Joe Goldsmith Thread:  001310
Subject:  Response.Redirect Problem
Hello. I need to redirect the user to an edit page and pass along the user's mytable.userID. I tried:
 
Response.Redirect("regedit.fwx?edtuser=<%=M.userID%>")
 
But it's passing m.userID as the value and not the user's ID. I checked that the variable m.userid has the right value and it does but that value is not passed.
 
Can someone please show me the error of my ways please?

Joe