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
What is a 307 redirect?
Explain MVC model binders?
What is difference between datalist and gridview?
Explain Optimization technique description?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
What is a session in programming?
In order to get assembly info which namespace we should import?
How will you maintain versioning in asp.net 2.0?
Tell me the code snippet to show how we can return 404 errors from HttpError?
What is the difference between cookie and session?
What is the difference between rest and restful?
how to elimainte the similar data from the different tables
What are main return types supported in Web API?
What are the layouts of ASP.NET Pages?
What is difference between asp.net and asp?