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
How does a content page different from a master page?
What does a switch do?
Which is better session or viewstate?
Explain the server control events of asp.net ?
witch is the best insistute in sharpoint course.what abt future of share point course.
What are the validation controls available in ASP.NET?
What is use of <% %> in asp.net?
What is the life-span of the items in the viewstate?
Do you know using sql cache invalidation?
How to implement globalization and localization in the use interface in .net.
What is postback in asp net?
What is session start?
What is event in asp.net?
Describe paging in asp.net?
Describe the disadvantage of cookies.