Browse by Tags

Related Posts

  • How do I Databind to a GridView inside an Accordion Pane

    I am trying to DataBind the results of a query to a GridView Control inside an Accoridon Pane. I can get the data from the elements in the Accordion Pane but I don't know how to add or bind data to them. Here is my code ASP Code <atlasToolkit:Accordion ID="MyAccordion" runat="server"...
    Posted to AJAX Control Toolkit (Forum) by Bizzy on 10-06-2006, 12:00 AM
    Filed under: Accordion, DataBinding, accordian
  • Extending the Accoridon Control to support paging

    Has anyone every attempted to add paging to the databinding in the accoridon control. It would be very useful to get some of the functionality of the gridview control (sorting and paging). I haven't built an extender control yet, so I fear I am in over my head. Paging workaround suggestions would be...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Treetop on 12-02-2006, 12:00 AM
    Filed under: Accordion, Atlas Control Toolkit, DataBinding, atlas Control Toolkit panel extender accordion, accordian, GridView, AccordionPane, paging, accoridon, extender
  • BUG: Accordion with DataBinding when data produces no panes

    Binding to an XMLDataSource, where the XPath filter of the datasource is changed dynamically to select different subsets of the data. The problem occurs when the filter produces no content nodes, and thus no data-bound Panes are produced for the Accordion Control. The behaviour barfs at runtime during...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ddanz on 01-05-2007, 12:00 AM
    Filed under: Accordion, DataBinding, bug, ASP.NET AJAX Control Toolkit, AJAX Control Toolkit, Databinding the Accordion control
  • Accordion control and databinding

    Today I tried to implement some <%# %> databindings in my website, on the same page as were an accordion control exists. To bind the <%# %> stuff to the data, I added a 'DataBind()' call to the Page_Load function of my page. I was very surprised to see that all panes of the Accordion control...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Heleboel on 01-18-2007, 12:00 AM
    Filed under: Accordion, DataBinding, bug
  • Re: Accordion control not visible when databinding

    Accordion databinding won't work with DataSet or DataTable. You have to use DataView or DataReader. Try : < ajaxToolkit : Accordion runat ="server" DataSource =' <%# new System.Data.DataTableReader(myDataTable) %> '> or : < ajaxToolkit : Accordion runat ="server"...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Steffff on 09-25-2007, 12:00 AM
    Filed under: Accordion, DataBinding
  • Server Controls in Accordion Content Template not enabled

    Hello all, I have been trying an Accordion from the Ajax Toolkit, that I databind to a certain datasource. However, for some reason the server controls I am putting in the content templates are not enabled. I.e. I cannot write in the textboxes and cannot click the buttons. Is this possible at all? Do...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Petrander on 11-16-2007, 12:00 AM
    Filed under: Accordion, DataBinding, AJAX Control Toolkit, Content Template, Enable
Page 1 of 1 (6 items)