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 / ish

SqlConnection cn=new SqlConnection(ConnectionString);
SqlCommand cmd=new SqlCommand(cn,Query);

cn.Open();
SqlDataReader Reader=cmd.ExecuteReader();

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do cookies store passwords?

505


What are the uses of reflection?

579


What is the current version of asp.net?

501


What is data cache in sql server?

592


What is bound controls

588






How does exception management works in ASP.NET?

617


How do you open a page in a new window?

554


How we implement web farm and web garden concept in asp.net?

541


What is a page life cycle?

569


Which dll handles the request of .aspx page?

561


What is cross page posting in asp net?

534


Explain authorization levels in .net ?

610


How can I create master page in asp net?

509


Is it true that a Web service must be written in .NET or not?

579


Why asp.net is used?

559