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 the use of HttpHandlers? When to use this?
What a diffgram is, and a good use for one?
What does aspcompat="true" mean?
What are the benefits of Razor View?
List of words of preprocessor in .net?
What does asp in asp.net stand for?
Can you use c# without .net?
What is the concept of view state in asp.net?
Why mvc is faster than asp.net? : Asp.Net MVC
What are the advantages of passport authentication?
Why is xap important?
What is datagrid asp.net?
What is the difference between a cookie and a pixel?
What is data cache in sql server?
Which namespace is used by ado.net?