hi! i have an aspx-page which contains a detailsview. this detailsview contains one or more templated-fields. what i need is a additional attribute (or metadata information) to determite the bound datafield.
some thing like that would be nice (simplified):
<asp:DetailsView>
<fields>
<TemplateField DataField="DataField1">
...
</TemplateField>
</fields>
</asp:DetailsView>
is it possible to get attribute "DataField" ? otherwise i will subclassing TemplateField and add a property :)