User Profile & Activity

Mircea Constantinescu Member

This is not quite what I wanted.

If I apply the first method I get the look in the attached file ( image1.gif). I don't want to have white borders around my control.

If I use the second method, I simply get nothing (the control looks just like without our style).

Neither of the two methods seems to be working, and I don't understand what is wrong.

 

Could you please suggest a method that works or attach a working sample? Thank you!

 

 

Posted: January 15, 2010 6:33 PM

Try this code in a new ASPX page, it is enough to crash when pressing "test" button:

 

<ISWebInput:WebInput ID="webInput1" DateTimeEditor-IsEnabled="true" runat="server" /> <ISWebInput:WebInput ID="webInput2" DateTimeEditor-IsEnabled="true" runat="server" /> <asp:CompareValidator ControlToCompare="webInput1" ControlToValidate="webInput2" Operator="GreaterThanEqual" Type="Date" runat="server" /> <asp:Button Text="test" ID="test" runat="server" />

 

 

 

All times are GMT -5. The time now is 4:28 AM.
Previous Next