ASP.net Validators

  •  05-13-2009, 2:03 PM

    ASP.net Validators

    I am wanting to collect data from a user before they upload the file(s) to the desired destination.
     
    How can I only activate uploading with the control AFTER the data in the other controls are validated?
     
    e.g.,
    I would have to enter my name and email address before any files would be uploaded.  Would it be posslible to make the upload button unavailable only after i enter the required data?
View Complete Thread