So...trying to create a list of records from a sql database, and I have my formview control set up how I want it. Now, I'm trying to figure out how to show a list of the records, and I saw something about the repeater control. I was wondering how to make this work with the formview control, or if it's even possible. If it's not, or if there's an easier way, please let me know! I have no idea how to set the repeater control up, so any explanation of links to good articles on it would be appreciated. Very new to coding/web page design, so keep that in mind. So far, this is what I've got:
1 <asp:Repeater ID="Repeater1" runat="server">
2 </asp:Repeater>
3 <asp:FormView ID="FormView1" runat= Go to the complete details ...