detailsview

  1. K

    How can I benefit from a listbox in a detailsview with a many-to-many relationship

    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...
  2. J

    Question Detailsview If statement for field values

    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...
Back
Top