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
Web API uses which library for JSON serialization?
How to sign out from forms authentication?
What is ispostback property?
What is the purpose of App_Code folder in ASP.NET? Why we this?
Explain authorization levels in .net ?
Explain the significance of routing? : asp.net mvc
What is Razor View Engine
How can I configure asp.net applications that are running on a remote machine?
What is an axd file?
Can you explain composite pattern?
What is data reader in asp.net?
What is authentication in asp.net?
Explain the use of duration attribute of @outputcache page directive.
How can you handle errors in Web API?
What is odata in web api?