I have a webpage that I want to have a list of dates and on the right I want
to show the blog info associated with that date. That blog could have some
html info in it, what would be the best control to use to display that html
info?
donet programmer - 25 Oct 2007 20:11 GMT
I use LiteralControl for displaying HTML content ... but sure there
must be other better options also
Kevin Spencer - 26 Oct 2007 12:14 GMT
It depends on how your "blog info" is stored. Many blogs support RSS feeds.

Signature
HTH,
Kevin Spencer
Chicken Salad Surgeon
Microsoft MVP
>I have a webpage that I want to have a list of dates and on the right I
>want to show the blog info associated with that date. That blog could have
>some html info in it, what would be the best control to use to display that
>html info?