public partial class KalenderLeeftijd : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void calBirthDate_SelectionChanged(o
The statement:
return count;
Exits the function. Therefore,
answer = GetAnswer(); Response.Write(lblAntwoord);
cannot be reached.