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

What is FullTrust? Do GACed assemblies have FullTrust?

2 Answers  


By default, Web API sends HTTP response with which of the following status code for all uncaught exception?

0 Answers  


what is service contract,operation contract?

2 Answers  


Can One website be made using two different languages like c#,vb.net etc......

4 Answers   ABC,


Is asp.net and .net same?

0 Answers  


What is use of <% %> in asp.net?

0 Answers  


What is the difference between user control an custom control?

0 Answers  


What object is used to encapsulate a rowset? a) DataSet b) DataAdapter c) DataRowSet d) DataTable

2 Answers   Syntax Softtech,


How will you load dynamic assembly? How will create assesblies at run time?

0 Answers  


What is state management technique?

0 Answers  


Whats an assembly?

6 Answers   Siebel Systems,


how to edit gridview control in asp.net2.0

1 Answers   3i Infotech,


Categories