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 are triggers of an updatepanel?
what is AutoEventWireUp and what is the use of This property explain in details?
Do you know about caching with the datasource controls?
What are cookies in your browser?
What is the difference between debug and release?
Is sql backend or frontend?
is gateway for sms continue connected for sending sms.how?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
Explain About duration in caching technique
Describe the difference between inline and code behind - which is best in?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
What is a page life cycle?
Who can consume WebAPI?