What property must you set, and what method must you call
in your code, in order to bind the data from a data source
to the Repeater control?
Answer Posted / shalini
We will set DataSource and DataMember property of Repeater
Control adn call DataBind() Method in our code.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which platform does Microsoft .NET use for exchanging data between applications?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
When cookie will expire?
Explain how asp.net different from asp?
Explain culture and uiculture values.
What is the difference between server-side scripting and client-side scripting?
What is state management in asp.net with example?
What is asp according to you?
How can you handle errors in Web API?
Can we have a web application running without web.config file?
Explain the difference between the web config and machine config.
What is ispostback property?
Does web services support data reader like pom project?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?