Hi all,
I have a text box and a image button on click of image button i wand to show the calander but not working.
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="WebForm1.aspx.vb" Inherits="WebApplication2.WebForm1" %><%@Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajax"%><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" ><head runat="server"><title>Untitled Page</title></head><body><form id="form1" runat="server"><div><asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager><asp:TextBox ID="txt1" runat="server" /><asp:ImageButton ID="calimg" runat="server" ImageUrl="~/cal.jpg" /><ajax:CalendarExtender ID="cal1" runat="server" PopupButtonID="calimg" TargetControlID="txt1" /></div></form></body></html>
Any one help me..