raphael232
Programmer
Hi i'm playing around with the formview control to call my insert method of my business object. I notice that you put <asp:TextBox ID="txtTitle" Text='<%# Bind("Title") %>' runat="server"></asp:TextBox> to get the Title from a TextBox control but what do i bind to other controls such as RadioButtonList and DropDownList so that the values returned can be used in my insert method.
Appreciate the help. Thanks
Appreciate the help. Thanks