hi friend i am using asp calendar control in that i want to change the color of date on click

You can set the styles using SelectedDayStyle property.

<asp:Calendar ID="Calendar1" runat="server">
            <SelectedDayStyle BackColor="#CC3399" BorderColor="#FF0066" />
        </asp:Calendar>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.