How to select a date and display age in textbox in asp.net
In date i selected one date and this date age will be display in textbox4 and age will be greater than 18 and less than 60.
For ex: my date is 21/05/2016 this date display in textbox4 format textbox4 age display
<asp:TextBox ID="TextBox3" runat="server" placeholder="Date Of Birth" TextMode="Date"></asp:TextBox>
<asp:TextBox ID="TextBox4" runat="server" placeholder="Age"></asp:TextBox>