How to write a file that called from a database on a page?
- by Mehmet Kaleli
Hi. I have a "news" page that belongs to a company. All news have a header, detail and html page and they come from database. So i have to print those html pages in a repeater on my "news.aspx". But i couldnt write dynamically. How can i do it or is there anyway else?
<asp:Repeater ID="news" runat="server"…