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 |
What is FullTrust? Do GACed assemblies have FullTrust?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
what is service contract,operation contract?
Can One website be made using two different languages like c#,vb.net etc......
Is asp.net and .net same?
What is use of <% %> in asp.net?
What is the difference between user control an custom control?
What object is used to encapsulate a rowset? a) DataSet b) DataAdapter c) DataRowSet d) DataTable
How will you load dynamic assembly? How will create assesblies at run time?
What is state management technique?
Whats an assembly?
how to edit gridview control in asp.net2.0