ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
Which template must you provide, in order to display data 
in a Repeater control?
 Question Submitted By :: Swapna
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Which template must you provide, in order to display data in a Repeater control?
Answer
# 1
ItemTemplate
 
Is This Answer Correct ?    1 Yes 0 No
Sivasaravanan
 
  Re: Which template must you provide, in order to display data in a Repeater control?
Answer
# 2
Itemtemplate defines how items or data in the Repeater 
control are displayed.
 
Is This Answer Correct ?    0 Yes 0 No
Rakhi
 
 
 
  Re: Which template must you provide, in order to display data in a Repeater control?
Answer
# 3
Example for better idea

<asp:Repeater id="Repeater1" runat="server">
				<HeaderTemplate>
				<table cellpadding="5" cellspacing="2" >
				<tr bgcolor=Gray>
				<td><b>CustomerName</b></td>
				<td><b>Country</b></td>
				</tr>
				</HeaderTemplate>
				<ItemTemplate>
				<tr>
				<td><%#
DataBinder.Eval(Container.DataItem,"CustomerName") %></td>
				<td><%# DataBinder.Eval(Container.DataItem,"Country")
%></td>
				</tr>
				</ItemTemplate>
				<AlternatingItemTemplate>
				<tr bgcolor="#ccccff">
				<td><%#
DataBinder.Eval(Container.DataItem,"CustomerName") %></td>
				<td><%# DataBinder.Eval(Container.DataItem,"Country")
%></td>
				</tr>
				</AlternatingItemTemplate>
				<FooterTemplate>
				</table>
				</FooterTemplate>
				</asp:Repeater>
 
Is This Answer Correct ?    0 Yes 0 No
Anilkumar
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
Where does the Web page belong in the .NET Framework class hierarchy?  1
What is difference between ASP and ASP.NET ? TCS3
relacement of websevices in .net 3.0? Mind-Tree1
What are Authentication mechanisms in .Net? Accenture5
What is DTS package? Accenture2
What is web.config. How many web.config files can be allowed to use in an application ? Accenture8
Hi, I am working in a small software company in asp.net platform. I need to know how and what are all the task in asp.net will be assigned for the developers in mnc companies. Thanks in advance.  1
Difference between server.Execute and response.redirect ? Keane-India-Ltd3
1.What are the types of events in asp.net? 2.what is databind? 3.what is COM objects? 4.Difference between gridview and datalist? 5.what is SOAP? 6.what are contents are available in asp.net page? 7.what are types of error?  1
For a webapplication if i want to gice access controls like admin,users how can i give security like rolebased? Syncfusion1
what is caching,session? when & what is used mostly in which situtations, how they r implemented in real time? tell with example? Satyam1
I have one .Net application and i have two databases which is in SQL server2000 and one more database in ORACLE? how can i access the database from different Databases? eXensys3
Describe and In Process Vs Out of Process component. Which is faster? Syntax-Softtech2
Any alternative to avoid name collisions other then Namespaces?  1
I have around 200+ controls in a page. Each of the sets of controls are kept in divs and when header div is clicked, only those div controls pertaining to that header div will be displayed. Rest of the divs are kept invisible. When the page loads, all these 200+ controls are loaded simultaneously, that consumes much of the time. What my requirement is I want to get the div1 controls loaded when the page loads and rest of the div controls should be loaded asynchronously. it should not be loaded with page load, so that time for loading the page can be much minimised. Hope u understood my question and pls help me out with a solution asap....  1
What property is used on the datatable to indicate a conflict after an update? a) HasConflict b) HasError c) HasCollision d) HasDataError Syntax-Softtech1
ASP.NET uses event driven programming model.Justify.  1
Clearly Explain the ispostback TCS6
What is reflection and disadvantages of reflection? Microsoft3
what is strong name? Microsoft2
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com