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 custom control. What is the difference between custom control and user control ?

1 Answers   Microsoft, Synergy,


What is difference between ispostback and autopostback in asp net?

0 Answers  


What is cookieless session id explain in brief?

0 Answers  


Where would you use an IHttpModule, and what are the limitations of anyapproach you might take in implementing one?

1 Answers   Siebel Systems,


Hi, I am developing an application (quiz engine) using C# in Dot net. My problem is I am designing the selction option using radio button. So, I want to retrive the data from the database to the radiobutton option. And also please tell me the how to compare the correct answer option with Answer selected by the users. If any body knows or have done this before please Help me out. My mail id is get_rome@yahoo.co.in. Table format: Question Id Queston Option1 Option 2 Option 3 Option 4 Correct answer 1 What is ur name? My name is ….. My name …. My name …. My name …. My name is tom

4 Answers  






Describe the disadvantage of cookies.

0 Answers  


Why do we need Web Services?

1 Answers   Mind Tree,


User contro having 4 text boxes given validation controls. i want to execute validations after the button click event how it is?

3 Answers  


What is query string in asp.net?

0 Answers  


Difference between datareader and dataset ?

4 Answers   Microsoft,


how to use html code in asp source code?

1 Answers  


how to integrate Language conversion, without asking the enduser to download font, it should auto integrate

1 Answers  


Categories