hi, why Layout template is not working in listview when i use grouptemplate.
everything works except layouttemplate.
here, i put the coding.
aspx page:
<asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent"> <asp:ListView ID="ListView1" runat="server" GroupItemCount="3"> <LayoutTemplate> <table cellpadding="2" width="640px" border="2" runat="server" id="Table1"> <tr id="groupPlaceholder"> </tr></table> </LayoutTemplate> <GroupTemplate> <table><tr id="tableRow" runat="server"> <td id="itemPlaceholder" runat="server"> </td></tr></table> </GroupTemplate> <ItemTemplate> <td runat="server">
Go to the complete details ...