i want to use accordion control in my project. i am setting accordion1.Datasource=ds; but it disply nothing in output.
How can i set it's datasource property or any other metheod to binding accordion with my dataset.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
anand sengarPosted Mar 29, 2011, 11:24 PM
anand sengarPosted Mar 29, 2011, 11:24 PM
Blocked AccountPosted Mar 29, 2011, 4:22 AM
Have you called the Databind method after assigning the datasource to accordtion control?
if not then call DataBind() after assigning DataSource.
or take the reference of these articles.
Accordtion Sample
Ajax Accordtion Control