ASP.NET 2.0 Question:

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?

ASP.NET 2.0 Interview Question
ASP.NET 2.0 Interview Question

Answer:

You must set the DataSource property and call the DataBind method


Previous QuestionNext Question
How do you turn off cookies for one page in your site?In what order do the events of an ASPX page execute. As a developer is it important to understand these events?