Posted on: 12/3/2013 9:43:24 PM | Views : 758

I currently have a DetailView that has a TemplateItem that has a ListBox in it. The ListBox is databound to a SqlDataSource. When a User clicks on the Edit of the DetailsView, I want to add an item to the listbox.
here's my HTML:
                                            <asp:TemplateField HeaderStyle-VerticalAlign="Top" HeaderText="Warrant Number(s)">                                                 <EditItemTemplate>            &n ...

Go to the complete details ...