User Profile
Collapse
-
I was hoping to keep the captcha control self contained, but this could work. Thanks for the input, I'm going to give it a try! -
I remember having a situation like this in the past. I think something like CUBE or ROLLUP will work. I would give an example but that would take some digging around. I hope it's ok that I leave this for you to do. This link may help http://www.mysqldictio nary.com/keywords/with-rollup
I hope this helps.
GordLeave a comment:
-
First of all I have to thank everyone for their comments!
The sequence of events mentioned above was correct. The captcha user control is on the contact page. I don't call it anywhere to load in my code, it just loads on its own (obviously I guess). I added code to the submit button that is on the contact page. The click event basically does the following:
void btnSubmit_Click (Object sender, CommandEventArg s e)...Leave a comment:
-
These are for aspx pages. I'm relatively new to ASP.NET (< year) so the whole sequence of events is still newish to me. I'm from a desktop application background which makes more sense to me. Still getting the hang of this.
Thanks for taking the time to read and reply!
GLeave a comment:
-
Hey Dr B,
Thanks for your reply. That's true, this could work, but I was hoping for something with code behind.
The term "captcha" means something a user has to do to show they're human. Whenever you're asked to enter the squiggly word you see on forums, etc., that's a captcha. My captcha is simple. It simply reproduce an image a random number of times. The user is to enter the number of times the image...Leave a comment:
-
User control reloads on Submit
Hi everyone,
I have a captcha type of user control that's on a contact page. The problem is that when the user hits Submit it reloads the user control and changes the captcha inside the control before I have a chance to validate against it. This causes the validation to always fail. I was wondering why this happens and what I can do about it. Sorry for being so vague, but this is the best way I can describe the problem.
...
No activity results to display
Show More
Leave a comment: