Using Repeater control in ASP.Net using C#



Using Repeater control in ASP.Net using C#

Using Repeater control in ASP.Net using C#

Here Mudassar Khan has explained how to use the ASP.Net Repeater control for displaying data (records) from database in C#.

The Repeater control as the name suggests will repeat its content and hence it can be used to display data using any HTML element.

In this article, the Repeater control will be populated from database and the data will be displayed as HTML table on the page.

Chapters:
00:00 Introduction
00:14 Database details
00:33 Adding Repeater control to the Form
02:36 Binding Repeater control
04:31 Demo

Blog: http://aspsnip.pet/1384
Code: http://aspsnip.pet/1384?code
Demo: http://aspsnip.pet/1063?demo
Q&A: http://aspsnip.pet/1384?ask
Author: http://aspsnip.pet/1384/?author

Follow us on:
Facebook: http://aspsnip.pet/FB
Instagram: http://aspsnip.pet/IG
Twitter: http://aspsnip.pet/TW

#Repeater #Bind #Populate #DataTable #ASP.Net #CSharp

Comments are closed.