Gridview Datastring Formatı


 <asp:BoundField DataField="BORÇ" HeaderText="BORÇ" ReadOnly="True" 
    DataFormatString="{0:C}" SortExpression="BORÇ" >

 <ItemStyle CssClass="tacenter" Width="100px" />
 </asp:BoundField>

 <asp:BoundField DataField="VADE" HeaderText="VADE" 
   DataFormatString="{0:d MMMM yyyy}" SortExpression="VADE" >

 <ItemStyle CssClass="tacenter" Width="150px" />
 </asp:BoundField>


Hiç yorum yok:

Yorum Gönder