In this article we have seen together how easy it is to
create a new custom server control based on the ListBox control that ships with
the ASP.NET.
In addition, we saw together how to solve the problem that
accompanies the ListBox and all controls that implement ListControl based
class, where any manipulation of their items on the client side will not be
preserved upon a post back to the server.
Hope you enjoyed this article.
Happy Dot Netting!!