Hi,
I have always been thinking about this:
Suppose I want to create a component for ASP.NET. For example a component to work with news, capable of:
Manage all news, i.e. add news, delete news, update news and etc.Get the list of all news, inside a repeater, showing news title, image, and a summary.Get a specific news, including title, body and image.This is one example of a component which I use very much, and want to make a clean component which I can use like other asp.net components. For example when I want to display the news list on the front page of a web site, it should be:
<ako:NewsList runat="server" id="newsListMain" />
Then it should display a repeater with all the details.
Does anyone have any idea how to implement this? Any ideas, comments?
Thanks in advance.
...
Go to the complete details ...