Click here to Skip to main content
15,905,420 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi iam using date time picker, i want to display only the wednesday should be displayed the rest should not be visible pls help me out.

pls find my designer code
HTML
<td style="height: 337px">
    <asp:Calendar ID="Calendar1" runat="server" Height="76px" Width="246px"
          ondayrender="Calendar1_DayRender"
          onselectionchanged="Calendar1_SelectionChanged"></asp:Calendar>
    <br />
    <br />
    <table style="width: 107%; height: 4px;">
        <tr>
            <td style="width: 119px">
                <asp:Button ID="Button9" runat="server" Text="Submit" Height="37px"
                    Width="120px" onclick="Button9_Click" />
            </td>
            <td>
                <asp:Button ID="Button10" runat="server" Text="Cancel" Height="37px"
                    Width="113px" onclick="Button10_Click" />
            </td>
        </tr>
   </table>
</td>
Posted
Updated 10-Oct-12 0:54am
v2
Comments
Jim Jos 10-Oct-12 6:55am    
Please clarify.. You want to display the date of a wednesday only?
MT_ 10-Oct-12 9:05am    
Or you want to display only DAY?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900