What property must you set, and what method must you call
in your code, in order to bind the data from a data source
to the Repeater control?
Answer Posted / shalini
We will set DataSource and DataMember property of Repeater
Control adn call DataBind() Method in our code.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Where sessions are stored in asp.net?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
Explain the differences between managed and unmanaged code?
What are user controls?
Web API supports which protocol?
How does the service stream content?
What is the difference between a multi-layer and multi-tier applications?
Define dll hell?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
Write the different features of a Thread and a Process?
Is it possible to write code in many languages in one asp.net project?
What is content place holder?
What is the significance of ASP.NET routing?
What is preprocessor in .net? Where it use?
Differentiate the session object and application object?