icon
Leave a message

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Saturday, 7 September 2013

What is Repeater Control in Asp.Net

What is Repeater Control in Asp.Net The Repeater is asp.net control. This control is used to display a repeated list of items that are bound to the control. The Repeater control may be bound to a database table, an XML file, or another list of items. Here we will show how to bind an Database  to a Repeater control with code. //Execute this query for Sql  Server 2008 use test drop table Employee create table Employee(SrNo...