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

Explain why datareader is useful?

0 Answers  


Which class provides methods that can be used to manage role membership to be used in user authorization?

3 Answers   Wipro,


Can we mention error in web.config file?

2 Answers  


Explain the components of web form in asp.net

0 Answers  


How we can bind textbox,listbox and datagrid to sql server database in asp.net using visualstudio.net language (vb.net)?

2 Answers   rocsearch,






What are the cookies types in asp.net?

0 Answers  


What is web api and why to use it?

0 Answers  


How many languages are supported by .NET at present time?

0 Answers  


What is strong name and which tool is used for this ?

3 Answers   Patni,


How many validators do ASP.NET have?

0 Answers   QuestPond,


Explain how does asp page work?

0 Answers  


What is the difference between a Thread and Process?

1 Answers  


Categories