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
What is autopostback in dropdownlist in asp net?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
Explain diff. Betn dataset and recordset?
Define caching.
Explain asp.net application life cycle?
How many types of cookies are there in asp.net?
How many types of sessions in asp.net?
In order to get assembly info which namespace we should import?
Why do we need Sessions?
Is post back in asp.net?
Describe session handling in a webfarm, how does it work and what are the limits?
Difference between .NET and previous version?
What is a url string?
How you will handle session when deploying application in more than a server?
Explain the role of global.asax?