that is my Html I want to translate the Bound Field date and price from English to Arabic am beginner in asp.net so i want the answer in details
<asp:GridView ID="GridView1" runat="server" AllowPaging="True" EnableSortingAndPagingCallbacks="false"
BackColor="White" BorderColor="#999999"
ViewStateMode="Enabled" width="713px" CellPadding="3"
HorizontalAlign="Center" AllowSorting="True"
BorderStyle="Solid" BorderWidth="1px" ForeColor="Black"
GridLines="Vertical" AutoGenerateColumns="False" PageSize="20" onrowdatabound="GridView1_RowDataBound"
DataKeyNames="id" >
<Columns>
<asp:TemplateField HeaderText="??????">
<ItemTemplate>
<asp:Label runat="server" ID=&qu ...
Go to the complete details ...