[Message Deleted]
ASP.NET
4
Posts
3
Posters
0
Views
1
Watching
-
That's just home work question. :)
Navaneeth How to use google | Ask smart questions
-
That's just home work question. :)
Navaneeth How to use google | Ask smart questions
-
Hey, u can use CompareValidator validation contol. <asp:CompareValidator ID="valCompEndDate" runat="server" ControlToCompare="txtStartDate" ControlToValidate="txtEndDate" Display="Dynamic" ErrorMessage="End Date should not be less than start date." Operator="GreaterThan" Type="Date"></asp:CompareValidator> hope it will be helpful for u..:) :)