Dynamic message board in C#
Hi, I am new with C#. Can anyone tell me how to do dynamic message board with C#? Actually I created 3 file for this project. 1 is just webform page, 2 is datalayer page, 3 is server control page. In this message board, it will display person's picture and message title on the top, then the message. So I am thinking to use Literal to display the message, am I right? Or Label? Is there any example codes I can get? Or any links? Thanks so much!
|