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?

Answer:
You must set the DataSource property and call the DataBind method
Previous Question | Next 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? |