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
Define what is razor? : asp.net mvc
What is a 307 redirect?
How can you access the properties and controls of master pages from content pages?
Explain http handlers? Where we can use the http handlers?
What is an example of an application service provider?
Write a code for sending an email from asp.net application.
What are sessions and cookies?
What is odata in web api?
What is the maximum number of classes that can be contained in one dll file?
What do you mean by marshalbyref?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
Is post back in asp.net?
What are the different types of proxy patterns?
How do cookies work?
Describe the method to create a permanent cookie?