11:20 AM0 Comments
v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} Referred URL: http://www.developer.com/net/asp/article.php/3327181/Creating-a-Dropdown-Calendar-Control-for-ASPNET.htm http://forums.asp.net/t/1808618.aspx/1 http://msdn.microsoft.com/en-us/library/c0az2h86%28v=vs.100%29.aspx Step 1 - Add a Web user control (.ascx) and Web page (.aspx) Step 2 - User Control ascx Code <%@ Control Language="C#" AutoEventWireup="false" CodeBehind="CalendarControl.ascx.cs" Inherits="LegalReqForm.CalendarControl" %> <table class="ms-pmstable"> <tr> <td> <asp:TextBox id="TXT_DatePicker" runat="server" Width="100px"...