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
How to prevent client side validation from the ASP.NET validation controls?
Define dll hell?
Why do we need master page in asp.net?
How do u deploy your asp.net application?
Do gac'ed assemblies have fulltrust?
What are the modes of updation in an updatepanel?
What is the difference between table and query?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
What are the advantages of asp.net?
where can i gather the materials for MCP certification
What is asp net theme?
What is the life cycle of an asp.net page?
How do session tokens work?
How do I publish my asp.net application to my isp's web server?
Describe how ASP.NET maintains process isolation for each Web application?