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

Can we make activex dll also ti execute in some process as that of client ? How can we do?

4252


What is a proxy in web service?

563


What is the procedure to create the environment for asp.net? : asp.net mvc

519


Explain diff. Betn dataset and recordset?

554


What is http session state?

525






Is it possible to apply themes to an asp.net application? If yes, then how?

581


What is asp.net with mvc? : Asp.Net MVC

522


How to set the pane area to transparent of a scrollPane component.?

571


What is the use of response redirect in asp.net?

581


What are the advantages of the code-behind feature?

544


What are the advantages and disadvantages of session?

667


What are the new features added from ASP to ASP.NET?

573


What is latest version of asp.net mvc? : Asp.Net MVC

481


code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications

1415


Which protocol is used in a web api?

568