User Profile

Collapse

Profile Sidebar

Collapse
cosmos411
cosmos411
Last Activity: Oct 6 '08, 02:36 PM
Joined: Sep 16 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • cosmos411
    replied to User control reloads on Submit
    in .NET
    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!
    See more | Go to post

    Leave a comment:


  • cosmos411
    replied to table relations and join
    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.

    Gord
    See more | Go to post

    Leave a comment:


  • cosmos411
    replied to User control reloads on Submit
    in .NET
    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)...
    See more | Go to post

    Leave a comment:


  • cosmos411
    replied to User control reloads on Submit
    in .NET
    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!

    G
    See more | Go to post

    Leave a comment:


  • cosmos411
    replied to User control reloads on Submit
    in .NET
    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...
    See more | Go to post

    Leave a comment:


  • cosmos411
    started a topic User control reloads on Submit
    in .NET

    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.
    ...
    See more | Go to post
No activity results to display
Show More
Working...