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 / sunayana
You must set the DataSource property and call the DataBind
method.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is the significance of finalize method in .net?
What is difference between session and cookies in asp net?
What is session management in web application?
List all templates of the repeater control.
What are Master Pages in ASP.NET? or What is a Master Page?
Explain different types of validators in asp.net?
Why do we need asp.net?
What is asp.net architecture?
What is meant by asp.net?
How would you create a permanent cookie?
What are the new features implemented in ASP.NET?
Explain the flow of processing of the request? : asp.net mvc
How do I use a proxy server when invoking a web service?
What are the Types of chaching. How to implement caching