Monday 19 May 2014

Sharepoint DateTimeControl: clear the string empty

Sharepoint DateTimeControl:  clear the string empty

Design

<td class="DateTd">
                                <SharePoint:DateTimeControl ID="Dateofopposition" runat="server"  DateOnly="true" />
                            </td>
                     


in c#

Dateofopposition.ClearSelection();
              

No comments:

Post a Comment