Sharepoint DateTimeControl: clear the string empty
Design
<td class="DateTd">
<SharePoint:DateTimeControl ID="Dateofopposition" runat="server" DateOnly="true" />
</td>
in c#
Dateofopposition.ClearSelection();
Design
<td class="DateTd">
<SharePoint:DateTimeControl ID="Dateofopposition" runat="server" DateOnly="true" />
</td>
in c#
Dateofopposition.ClearSelection();
No comments:
Post a Comment