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 / 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 |
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
Difference between HTML control and Web Server Control?
What property is used on the datatable to indicate a conflict after an update? a) HasConflict b) HasError c) HasCollision d) HasDataError
What for use web.sitemap in asp.net?
What is a Windows Service and how does its life cycle differ from a standard EXE?
What is SQL injection?
How much data (Max K) can go into a QueryString?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
Can we set master page as a start page?
What is the mvc framework?
how to write code for role based security
What is the use of service provider?