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?



What property must you set, and what method must you call in your code, in order to bind the data ..

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

Post New Answer

More ASP.NET Interview Questions

How to find the client browser type ?

4 Answers   AQA, Cognizant, Satyam,


what is the MSIL assembler do?

1 Answers  


What is the difference between exe and dll?

0 Answers  


is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?

0 Answers   eXensys,


Which namespace is used by ado.net?

0 Answers  






How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.

0 Answers   Siebel,


can i use store procedure in disconnected mode? give me answer

2 Answers  


What is viewstate information stored?

0 Answers  


What are different types of directives in .NET ?

1 Answers  


In which event of the page life cycle, is the viewstate available?

0 Answers  


cr8 2 datatables into one dataset DYNAMICALLY (no backend database used like sql,etc.,) with following columns 1st datatable with columns studentNo studentName Deptno 2nd datatable with columns Deptno DeptName DeptAddress add data to both the tables Dynamically and merge these tables into one table and display it in Grid view as studentNo studentName Deptno DeptName DeptAddress

1 Answers   SQL Star,


What are the benefits of view state?

0 Answers  


Categories