Posted on: 9/8/2014 2:12:54 PM | Views : 418

Hello.
I am trying to populate a textbox from a popup calendar using the Ajax Calendar Extender. There is no error in the code but the button just isn't working i.e. when I click on the textbox, the calendar extender itself is not seen.
Do I have to make any changes in the code-behind? What do I do?
ASPX <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="CC1"%> <%@ Page Language="C#" AutoEventWireup="true" CodeFile="ListView.aspx.cs" Inherits="ListView" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <div style="text-align: center"> <h1 style="text-align: right"> ...

Go to the complete details ...