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?

Answer Posted / sulochana singh

Set the DataMember property to the name of the table to bind to. (If this property 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.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does a content page different from a master page?

578


List the types of authentication supported by asp.net?

525


how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool

1644


Explain the disadvantages of viewstate?

571


Difference between application events and session events

593






How to display validation messages in one control?

548


Explain in what order a destructors is called.

581


What is the differences between a primary key and a unique key in sql server?

536


Explain about the Class view window?

592


how to write html code with ssl

1527


Where is session data stored in asp net?

515


Where is the session stored?

637


What is scope of an application variable in asp.net?

503


Elaborate differentiation between Cache and Application?

539


How ASP.NET page works?

678