<abc:CompareValidator runat="server" ControlToCompare="txtStartDate" ControlToValidate="txtEndDate" Operator="GreaterThanEqual" ErrorMessage="End Date must be on or after the Start Date" ValidationGroup="MainValidationGroup" />
Imports Microsoft.VisualBasic Imports System.Web.UI.WebControls Namespace AcmeBroomCompany Public Class CompareValidator Inherits System.Web.UI.WebControls.CompareValidator Public Sub New() Display = ValidatorDisplay.Dynamic EnableClientScript = True SetFocusOnError = True Text = "" Dim img As Image = New Image() img.ImageUrl = "~/images/Exclamation.png" Me.Controls.Add(img) End Sub End Class End Namespace
TODO
ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.