Posted on: 4/2/2015 4:59:23 PM | Views : 561

Hi All,
I have the following code and what I would like to do and focus is the Comparevalidator:
<asp:PlaceHolder runat="server" ID="myinfoerror" Visible="False"> <p class="validateform"><span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span> <asp:Literal runat="server" ID="myinfoerrormessage" /> </p> </asp:PlaceHolder> <asp:Label ID="Label1" runat="server" Text="Start Date"></asp:Label><br /> <asp:ImageButton ID="imgCalendar1" runat="server" ImageUrl="~/img/calendar.png" /> <asp:TextBox ID="StartDateTextBox" runat="server"></asp:TextBox> <cc1:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="StartDateTextBox" Format=" ...

Go to the complete details ...