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
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
Explain how is a property designated as read-only?
Which dll handles the request of .aspx page?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
What is the default authentication mode for asp.net?
What is in a session cookie?
What is the use of session?
What are the different types of sessions in asp.net?
List of words of preprocessor in .net?
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
Explain the difference between asp & asp.net.
What is web api and why to use it?
Explain the advantages of asp.net.
What parameters can you pass in the url of the api? Can get and post use the same url?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?