Hi,
I'm trying to design a detailsView form which contains [classes] --< [studentClasses] >-- [students] tables. There is a many to many relationship between [classes] and [students] through the third table [studentClasses]. I want to design the detailsView of [classes] such as that all...
hi
I have a detailsview with a template field in, e.g:
<asp:TemplateField HeaderText="Starting Date">
<ItemTemplate>
<asp:Label ID="lblStartingDate" runat="server"
Text='<%# Bind("[Starting Date]", "{0:dd/MM/yyyy}") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
What...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.