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 significance of routing? : asp.net mvc
What are the differences between code behind and code inline?
How can you dynamically add user controls to a page?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
Explain the difference between webfarm and webgardens in .net?
Is there any alternative to avoid name collisions other then Namespaces?
What is application in asp net?
What is a page life cycle? What are the events in a page life cycle?
Why is xap important?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
Which namespace is used by ado.net?
Can you explain one critical mapping?
How do you implement postback with a text box?
Describe the difference between inline and code behind - which is best in a?
About CLR, reflection and assemblies?