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
Explain the server control events of asp.net ?
What is the purpose of App_Code folder in ASP.NET? Why we this?
What is the difference between typeof() vs gettype()?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
What is css in asp.net?
What are the uses of list view control in Asp.net?
How can we prepairing Interview
What is http post action?
Why cyclomatic complexity is important?
How asp.net mvc differs from asp.net web forms? : asp.net mvc
Why we use asp.net for website development?
Can you change a Master Page dynamically at runtime?
Where do the cookie state and session state information be stored?
What are the different method of navigation in asp.net?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?