What property must you set, and what method must you call in
your code, in order to bind the data from some data source
to the Repeater control?
Answer Posted / sulochana singh
Set the DataMember property to the name of the table to bind to. (If this property is not set, by default the first table in the dataset is used.)
DataBind method, use this method to bind data from a source to a server control. This method is commonly used after retrieving a data set through a database query.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What is asp.net localization?
Explain About duration in caching technique
How is a session stored and maintained in asp.net?
Why do we need master page in asp.net?
How long does an http session last?
Explain how cookies work. Give an example of cookie abuse.
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
Explain Areas in MVC?
When does a session actually start?
Using code explain Configuration Management
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What is the difference between server-side scripting and client-side scripting?
What is the difference between the asp and asp.net?
What is the use of autowireup in asp.net?