| Author: Soumyajit Halder 13 Jan 2008 | Member Level: Bronze | Rating: Points: 2 |
may be you can write code within the page to display certain part and to hide certain other part based on some logic. I may be able to explain you better if you let me know about the context in detail
|
| Author: HimaBindu Veeramachaneni 13 Jan 2008 | Member Level: Diamond | Rating: Points: 2 |
you can store content in the databse and change the database content to dispaly it dyanmically. You can always have edit previliges to particular users who have admin or editor rights
|
| Author: karthikeyan 13 Jan 2008 | Member Level: Gold | Rating: Points: 2 |
HI Yes is it possible for dynamically call the value from the database.
Regards Karthikeyan.
|
| Author: Ali Adravi 13 Jan 2008 | Member Level: Silver | Rating: Points: 2 |
Hi there,
There are lots of ways to change the contents of web page. what you want to change on the page? Explain properly. There is a class HtmlTextWriter, you can use it to write any thing on the page.
Bye ALI AHMAD
|
| Author: Soumyajit Halder 13 Jan 2008 | Member Level: Bronze | Rating: Points: 2 |
To me, the best way to solve this issue is to have a panel in the location where you want to display the stuff and call the respective sql statement to fetch the data and display it in the panel either using a HTMLTextWriter or a label control. I guess, this is quite an easy job and you can definitely do it.
|