TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
narasiman rao
NA
519
767k
How to disable current date
Dec 26 2012 3:39 AM
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="CalendarUC.ascx.cs" Inherits="CalendarUC" %>
<%@ Register Namespace="AjaxControlToolkit" Assembly="AjaxControlToolkit" tagPrefix="cc1" %>
<table>
<tr>
<td>
<asp:TextBox ID="txtDate" runat="server" Width="95px"/>
<asp:ImageButton ID="imgbtnCalendar" runat="server"
ImageUrl="~/Images/Calendar.png" BorderStyle="Solid" BorderWidth="1px"
Height="20px" ImageAlign="Top" Width="25px" />
<cc1:CalendarExtender ID="CalendarExtender2" TargetControlID="txtDate"
PopupButtonID="imgbtnCalendar" Format="dd-MMM-yyyy" runat="server" />
</td>
</tr>
</table>
from my above code
i want to add code to disable current date.for that how to write the code from my above code please help m
Reply
Answers (
1
)
How to use outlook mail window for sending mail from C#
date of birth validation