ASP.Net Repeater
ASP.Net Repeater DataBinding Repeater can be used for listing data. It can be used to repeat the data horizontally or vertically. And can be used to form s a HTML table and also can be used to prepare a HTML List (LI). For displaying tabular data, we can use the repeater to form the HTML Table. However when the repeater is ...
No comments yet, be the first one to post comment.