Sunday 6 October 2013

Remove File Extensions from File Names

<asp:Label ID="FileNameLabel" runat="server" Text='<%# System.IO.Path.GetFileNameWithoutExtension(Eval("FileName").ToString()) %>' />

No comments:

Post a Comment