1
Answer

How to implement knowledge search page using visual studio 2010 quering from database (C#)

Photo of Bitini Lumbet

Bitini Lumbet

12y
2.1k
1
How to implement knowledge search page using visual studio 2010 quering from database (C#)

I would like to set a knowledge base search page when user can search knowledge article and get list of articles with lynk to the specific page on the search result page.

I would like to use connection to database using Linq to Entities Framework.

But, I would like also to using query string to display article content when user click on the lynk to one of the article on the search result page.

Any help.

Bitini

Answers (1)

0
Photo of Prabhu Raja
NA 4.7k 1.5m 13y
Hi,

http://www.c-sharpcorner.com/UploadFile/mahesh/WPFDB08102008214046PM/WPFDB.aspx

http://www.c-sharpcorner.com/UploadFile/mahesh/WPFDataBinding08012008233147PM/WPFDataBinding.aspx

I think, These Articles may help you.