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
What is the web.config file in asp?
What does the orientation property do in a menu control?
What are Session states available and its Uses?
What is the difference between table and query?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
What is the page life cycle in asp.net?
How can we inherit a static variable?
What New Features comes with ASP.NET Web API 2.0?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
What is datagrid asp.net?
How to disable disable browser's Back button in asp.net (JavaScript)?
What is tracing? Where is it used?
What is the behavior of a Web browser when it receives an invalid element?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
What are cao and sao.