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
Explain the difference between server control and html control.
What is asp.net mvc5? : Asp.Net MVC
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
What is in a session cookie?
What is advantage of asp.net?
Explain code snippet to register exception filters from controller?
How about the security in Activex DLL and Activex EXE ?
What is asp according to you?
What is Web API?
What is cache in asp net?
Explain one critical mapping?
What are the events that happen when a client requests an asp.net page from iis server?
What is asp.net web pages?
What are sessions in asp net?
What is difference between asp state management and asp.net state management?