ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Upload Namespace / C1Upload Class / OnClientValidatedFile Property

In This Topic
    OnClientValidatedFile Property
    In This Topic
    This event is for the client validatedFile event, when the server ValidatingFile event is fired, the validating event's information will be sent to client side. User can bind this event to show the server side validating messages.
    Syntax
    'Declaration
     
    Public Property OnClientValidatedFile As System.String
    public System.string OnClientValidatedFile {get; set;}
    See Also