0

Can someone advise if there is an ASP.NET control that i can use to create an FAQ section on my existing website.

I can build it myself but i was hoping there's an existing library i can just plug in.

1
  • What would such a control look like? FAQ sections of web sites are not standardised. Commented Dec 12, 2011 at 21:47

2 Answers 2

1

One way to do it would be using an accordion or the jquery version

Sign up to request clarification or add additional context in comments.

Comments

1

I used jquery ui accordion control in one of the website i worked on. I would go for server controls only if it's absolutely necessary. If your FAQ content gonna be static, you can try jquery ui accordion

http://jqueryui.com/demos/accordion/

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.