----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Ravi_Kumar_Bits Message 2 in Discussion Hi Hiren, using this simple compare validator you can compare 2 dates <asp:comparevalidator id="cvvToDateGTFromDate" Runat="server" Display="None" ControlToValidate="txtToDate" ErrorMessage="To Date cannot be Less than From Date" Operator="GreaterThanEqual" Type="Date" ControlToCompare="txtFrmDate"></asp:comparevalidator> Here From date is in one text box and To date is in another. bye, Ravi Kumar . P Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com "Hiren Patel" <[EMAIL PROTECTED]> 04/29/2004 06:08 PM Please respond to "BDOTNET" <[EMAIL PROTECTED]> To "BDOTNET" <[EMAIL PROTECTED]> cc Subject Date Compare Validation Problem New Message on BDOTNET Date Compare Validation Problem Reply Reply to Sender Recommend Message 1 in Discussion From: Hiren Patel Dear Friends, i want the compare two dates in dd/mm/yyyy format using custom validator(eg fromdate cannot be less than todate) with regards Hiren View other groups in this category. Also on MSN: Start Chatting | Listen to Music | House & Home | Try Online Dating | Daily Horoscopes To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. Need help? If you've forgotten your password, please go to Passport Member Services. For other questions or feedback, go to our Contact Us page. If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. Remove my e-mail address from BDOTNET. ForwardSourceID:NT00007972 ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
