April 21, 2011

Assign date format in Grid View's column in ASP.Net

<asp:BoundField DataField="FollowUpDate" HeaderText=" Follow Up Date" DataFormatString="{0:MM/dd/yyyy}" HtmlEncode="False" >
<HeaderStyle BackColor="#E0E0E0" />
</asp:BoundField>

No comments:

Post a Comment