I have a problem in a textbox that I have set as date
<asp:TextBox ID="datanascimento" runat="server" Type="Date" Height="25px" Width="212px"></asp:TextBox>
Running the site gives me error
Mensagem de erro do analisador: A tag server tem um formato incorreto.
Can anyone help?