pagination for Dynamic Collapsable Panel
Hai All,
I want to display dynamic asp.net 2.0 collapsible panels based on
the data from the database. And when I expand a panel I want to populate
data from the database specifically for that panel's Title text (The
Title text is a Company Name). Since there will be large number of data
I want pagination for dynamic collapsable panels.
I am using AJAX Extensions 1.0 Collapsible panel. With this I
was able to display the details of data for a particular company but I
want this Collapsible panels to get repeated for as much company in the
database.
I added this collapsible panel in a repeater but I faced problems in
binding the data specifically for the panel which is expanded (With-in
the collapsible panel I used GridView for data binding).
Please let me know on how to create dynamic collapsible panels. Also let
me know there are any workarounds for this situation.
regards,
Krishna
|