ASP.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 2123 Page Views: 

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



Posted By: Avi Date: 28 October 2009 05:15:14 AM
 Answer:

You must set the DataSource property and call the DataBind method.


Posted By: eTechPlanet


Date: 28 October 2009 05:15:14 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image PB3ylb
Related Questions
ASP.Net : What is the purpose of page class ?

What is the purpose of page class ?

Whenever an asp.net page is requested and directed towards the browser , ASP.net creates an instance....
Category: ASP.Net Date: 10/3/2010 5:46:19 AM
ASP.Net : Diffrentiate between between datareader and datagrid?

Diffrentiate between between datareader and datagrid?

Datareader:- It is an onject used to get read-only,forward only data from the database. As the quer....
Category: ASP.Net Date: 10/3/2010 1:49:19 AM
ASP.Net : What is meant by pre-compilation feature of asp.net ?

What is meant by pre-compilation feature of asp.net ?

Pre-Compilation optio allows to compile the website before its is deployed or compile it after being....
Category: ASP.Net Date: 10/2/2010 11:38:19 PM
ASP.Net : What do you mean by fragment caching ?

What do you mean by fragment caching ?

In asp.net there is a mechanism to cache the portion of pages known as page fragment caching. It is....
Category: ASP.Net Date: 10/2/2010 6:52:19 PM
ASP.Net : What do you mean by bubbling an event?

What do you mean by bubbling an event?

ASP.net provides a technique known as event bubbling which allows a child control to propagate event....
Category: ASP.Net Date: 10/2/2010 5:06:20 PM