How can we display header text value 2 1/4'' in asp.net boundfield ? below is my code.
<asp:BoundField DataField="2 1/4"" HeaderText="2 1/4"" --82" ReadOnly="true" DataFormatString="{0:C2}" HtmlEncode="False" Visible="false">
<HeaderStyle HorizontalAlign="Right" />
<ItemStyle Width="40px" HorizontalAlign="Right" />
</asp:BoundField>