Author: 2wander | Posted on: 9/5/2009 7:54:36 PM | Views : 1075

   Why does the following code give this message?
String was not recognized as a valid DateTime.
 
 <div>
            <asp:Button ID="btnDate" runat="server" Text="Button" />
            <asp:TextBox ID="EventDateTextBox" runat="server">
            </asp:TextBox>
            <asp:Calendar ID="clnEvent" runat="server" Visible= "False">
            </asp:Calendar>
    </div>
 
VB Code
 
Partial Class clnControl
 & ...

Go to the complete details ...