ASP.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 862 Page Views: 

To display the data in repeater control which template should be used?



Posted By: Avi Date: 5 October 2010 09:34:19 AM
 Answer:

Item Template should be used.


Posted By: avibtech


Date: 5 October 2010 09:34:19 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image kkewf7
Related Questions
ASP.Net : What is the difference between Session.Abandon() and Session.Clear()?

What is the difference between Session.Abandon() and Session.Clear()?

Session.Abandon() method destroys all the objects stored in a Session object and releases their reso....
Category: ASP.Net Date: 8/6/2009 1:28:06 AM
ASP.Net : What are the various modes of ASP.Net SessionState?

What are the various modes of ASP.Net SessionState?

ASP.NET supports three modes of session state:

InProc:
In-Proc mode stores val....
Category: ASP.Net Date: 8/6/2009 1:12:14 AM
ASP.Net : What is a ViewState?

What is a ViewState?

ViewState is the technique used by an ASP.NET Web page to persist changes to the state of a Web Form....
Category: ASP.Net Date: 8/6/2009 12:27:37 AM
ASP.Net : What happens in the OnInit event of a web control?

What happens in the OnInit event of a web control?

Each child control of the current web control is initialized.
Category: ASP.Net Date: 7/25/2009 5:10:28 AM
ASP.Net : In which namespace is the DataSet class present?

In which namespace is the DataSet class present?

System.Data
Category: ASP.Net Date: 7/11/2009 9:57:34 PM