How to make that page shows different content with links
I want to know how to make that one page inherits contents from database on linkbutton click. If I have a lot of linkbuttons, and all of them have functions to read different data from database, like i have articles, and i want to load content of article with linkbuttons. one link button reads one content. I hope you understand me.
Iftikar HussainPosted Aug 14, 2013, 12:09 AM
As my understanding you want to read different article on click on different button. In that case create one aspx page and read article information from database for a given article id.
From the link button you need to navigate or open same page with different ArticleId
from your page