What property must you set, and what method must you call
in your code, in order to bind the data from a data source
to the Repeater control?



What property must you set, and what method must you call in your code, in order to bind the data ..

Answer / shalini

We will set DataSource and DataMember property of Repeater
Control adn call DataBind() Method in our code.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????

7 Answers   Sparsh,


Difference between HTML control and Web Server Control?

4 Answers  


What property is used on the datatable to indicate a conflict after an update? a) HasConflict b) HasError c) HasCollision d) HasDataError

1 Answers   Syntax Softtech,


What for use web.sitemap in asp.net?

1 Answers  


What is a Windows Service and how does its life cycle differ from a standard EXE?

2 Answers  


What is SQL injection?

2 Answers  


How much data (Max K) can go into a QueryString?

4 Answers   TCS, WEB,


ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?

0 Answers  


Can we set master page as a start page?

0 Answers  


What is the mvc framework?

0 Answers  


how to write code for role based security

2 Answers  


What is the use of service provider?

0 Answers  


Categories