Hi all,
I want to show different information on a single page based on querystring/some other thing, which ever is best.
I want to display 'terms&conditon','about us','policy','how to use', 'help','contact us','policy', etc, etc, etc there are many article in the website, but I dont want to create new page for each article, if i do so i will endup with more than 25 pages.
I want only ONE page to show all these articles and only ONE perticular article to be displayed at one time. if the user click AboutUs link then the related info should be displayed.
FYI: I have the links in the master page, when user clicks one link I want the info to be displayed in Info.aspx content page( which also use the same master page).
Thank you.