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   interview questions urls   External Links  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 


 

Company >> Intel >> Interview Questions >> ASP.NET Interview Questions
 
  USA Student Visa F1 Visa Interview Questions (1)   H1B Visa Interview Questions (1)   General Knowledge_Current Affairs Interview Questions (1)
  Call Centre AllOther Interview Questions (5)   Accounting AllOther Interview Questions (1)   Marketing Sales Interview Questions (4)
  Engineering AllOther Interview Questions (1)   VLSI Interview Questions (123)   86 Family Interview Questions (1)
  Oracle Apps Technical Interview Questions (1)   PeopleSoft Administration Interview Questions (1)   FI CO Interview Questions (1)
  ABAP Interview Questions (12)   Project Planning Interview Questions (1)   Teradata Interview Questions (2)
  Manual Testing Interview Questions (5)   QTP Interview Questions (6)   Operating Systems General Concepts Interview Questions (1)
  ASP.NET Interview Questions (1)   Protocols AllOther Interview Questions (1)   PHP Interview Questions (1)
  Delphi Interview Questions (1)   C++ General Interview Questions (4)   OOPS Interview Questions (1)
 
Back to Questions Page
Question   what r the Templeats in ASP.net? Rank Answer Posted By  
 Interview Question Submitted By :: Zedsonprabhakar
I also faced this Question!!   © ALL Interview .com
Answer
In repeater control there have a 5 Temjpleats
1.header temp
2.item temp
3.alternative temp
4.seperater temp
5.footer temp


if this is wrong post the answer
 
0 Zedsonprabhakar
 
 
Answer
ASP.NET WEBSITE TEMPLATE,ASP.NET WEB SERVICE,AJAX,PERSONAL 
WEB STARTER,ETC
 
0 Shibin Jayadev
 
 
Answer
The Repeater ,DataList, ASP.NET server controls and ASP.NET 
mobile controls are templated controls. The DataGrid 
control is not strictly a templated control, but uses 
templates to customize its user interface.
 
0 Bhuvana
 
 
 
Answer
The repeater,Datalist,Datagrid are templated controls in 
asp.net

 Generally speaking, a template is the description of how a 
certain element will be rendered at runtime. In ASP.NET, a 
template is property of a server control that describes the 
static HTML, controls, and script to render within one 
region of the control. For example, a Repeater control has 
a HeaderTemplate property that defines the contents of its 
header region. You normally define a template within the 
body of an ASP.NET page using declarative syntax. For 
example, the following code shows how to specify a template 
to draw the header and each row of a Repeater control.
<asp:repeater runat="server">
  <HeaderTemplate>
    <h2>Employees</h2>
    <table border="0">
  </HeaderTemplate>

  <ItemTemplate>
    <tr>...</tr>
  </ItemTemplate>
</asp:repeater>
 When it comes to rendering the contents of the Repeater 
control, the ASP.NET runtime uses the content defined in 
the templates and processes it?often together with bound 
data?to create an HTML representation of the region. All 
the server-side controls within the template individually 
render themselves as HTML.
 The Microsoft? .NET Framework utilizes the ITemplate 
interface at runtime to process the templates into a 
control hierarchy that can be databound and rendered to 
populate a part of an ASP.NET control. As long as you 
define templates in a declarative manner?using inline tags 
in ASPX pages?you don't strictly need to know about the 
ITemplate interface. That will become important only when 
you move one step further and start investigating how to 
create and assign templates programmatically and 
dynamically. But before we look at that, let's review the 
use of templates with a DataGrid control.
 
0 Smriti
 
 
Answer
In repeater control there have a 7 Templates
1.header temp
2.item temp
3.alternative temp
4.seperater temp
5.footer temp
6.Selected item Template
7.Edit item Template
 
0 Srini
 
 
 
Back to Questions Page
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

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