|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Creating News page the dotnet wayHi all,
On out intranet we have a 'news' section were a secretary can add, delete or edit articles via an apsx interface pages. To display this newspage I query all articles from DB and create a string programmaticly and then do a response.write of my string. While this works I can't believe there isn't a beter way to accomplish this in asp.net So I looked at some of the controls but they all seem to return there records as rows while I want to see every record as it's own table... Does someone have any suggestions or resources on how to do this? TIA Nico Nico,
Look at asp.net repeater control. In item template you can setup your own layout for news items. Eliyahu Show quoteHide quote "Nico" <N***@NOTVALLD.CCC> wrote in message news:Xns95E7AA234BAE5Nomailinternetcom@207.46.248.16... > > > Hi all, > > On out intranet we have a 'news' section were a secretary can add, delete > or edit articles via an apsx interface pages. To display this newspage I > query all articles from DB and create a string programmaticly and then do a > response.write of my string. While this works I can't believe there isn't a > beter way to accomplish this in asp.net > > So I looked at some of the controls but they all seem to return there > records as rows while I want to see every record as it's own table... > > Does someone have any suggestions or resources on how to do this? > > TIA > > Nico |
|||||||||||||||||||||||