Saturday, April 9, 2011

What property must you set, and what method must you call in your code, in order to bind the data from Some data source to the Repeater control?


Set the DataMember property to the name of the table to bnd to.(if this propery is not set, by default the first table in the dataset is used)
DataBind method ,use this method to bind data from a source to a server control. This method is commonly used after retrieving a data set through a database query.


No comments:

Post a Comment