|
slbergh -> RE: Entering validation code at registration (1/15/2007 12:49:47)
|
Okay, so I got past that hump. I (cheated) used code from an ASP generator, which I then hacked away at until it did what I wanted. Now, I'm running into other issues. First, when I register a new user, I get an EOF OR BOF error. In the code, it says that if this error is triggered, record will not be added. However, the new records are writing to the database just fine, so right now I'm suppressing the error. (Not ideal, but it works.) My next problem is my inability to get a session variable to carry over from page to page. I think I must be missing something. I've tried sending both regular form fields and a hidden field (not at the same time), but it never seems to make it to the next page. My Response.write field is always empty and I'm running out of hair to pull out. [:@]
|
|
|
|