Click here to Skip to main content
15,918,049 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I would like to create FAQ page in my web project.
I have a database in which I have stored FAQ. Now I would like to show those questions on my FAQ page.
Which control should I use?
How can I show those questions on the web page?

Please give any suggestion.
Please give some sample code.
Posted
Updated 19-Jan-20 18:42pm
v2

Hi gopik,

I think listview with good customization is best option from my experience and Datalist is also one of the best chances.
 
Share this answer
 
You may use Accordion[^], IMO its a nice one & I have used this in many intranet applications.

Also check this
skmFAQs.NET: An ASP.NET FAQ Application[^]
 
Share this answer
 
Hi all ,

I have found the solution.
Literal is what i want.
Using Literal i can able to bind my FAQ and their answers.

Thaks for Helping.

:)
 
Share this answer
 
Comments
Member 9791232 6-Feb-13 12:02pm    
how to create plz tell me..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900