Hi,
This is the content of an aspx file: ('dat' is a date field in a table)
<asp:BoundField DataField="dat"
DataFormatString="{0:dd-MM-yy}"
HtmlEncode="false" />
<asp:CommandField ShowEditButton="True"/>
What i want to know is how to set the property 'DataFormatString' directly in
VB.net and how to program 'ShowEditButton="True"' (in the code-behind page aspx.
vb) instead of like here?
Thanks