In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
Answer / Tulsi Kumar Chaudhary
To bind data to the Repeater control in ASP.NET, you need to set the DataSource property of the repeater with your data and call the DataBind() method on the repeater:
```csharp
Repeater1.DataSource = myData; // myData is your collection of data.
Repeater1.DataBind();
```
| Is This Answer Correct ? | 0 Yes | 0 No |
Which .NET framework supports Web API?
What is inproc and outproc?
Is it possible to apply themes to an asp.net application? If yes, then how?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
Do you know caching feature?
Why is this service branded with windows livetm?
What asp.net control can embed xaml into asp.net pages?
how to retrieve data using web services in asp.net pls give me the code and explain me briefly
How do you make your site SSL enabled ?
How we can bind textbox,listbox and datagrid to sql server database in asp.net using visualstudio.net language (vb.net)?
What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?
what is silver light when will we use silver light,
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)