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                      
tip   SiteMap shows list of All Categories in this site.
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
what r  the Templeats in ASP.net?
 Question Submitted By :: Zedsonprabhakar
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what r the Templeats in ASP.net?
Answer
# 1
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
 
Is This Answer Correct ?    2 Yes 1 No
Zedsonprabhakar
 
  Re: what r the Templeats in ASP.net?
Answer
# 2
ASP.NET WEBSITE TEMPLATE,ASP.NET WEB SERVICE,AJAX,PERSONAL 
WEB STARTER,ETC
 
Is This Answer Correct ?    1 Yes 1 No
Shibin Jayadev
 
 
 
  Re: what r the Templeats in ASP.net?
Answer
# 3
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.
 
Is This Answer Correct ?    1 Yes 0 No
Bhuvana
 
  Re: what r the Templeats in ASP.net?
Answer
# 4
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.
 
Is This Answer Correct ?    1 Yes 0 No
Smriti
 
  Re: what r the Templeats in ASP.net?
Answer
# 5
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
 
Is This Answer Correct ?    1 Yes 0 No
Srini
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
What are the disadvantages of viewstate/what are the benefits  3
what r the Templeats in ASP.net? Intel5
what is the difference between console.writeline &console.output.writeline?  2
What are Http handler ? Accenture3
Can u able to get the xml document in crystal report if yes how its possible  1
How to do Caching in ASP?  1
How do you specify whether your data should be passed as Query string and Forms (Mainly about POST and GET)  2
what is caching  3
How do you manage session in ASP and ASP.NET? Microsoft1
If i have 1000 records in dataset, how to do paging? Mind-Tree2
can sn.exe can be used before gacutil.exe Accenture2
33) You create English, French, and German versions of your ASP.NET application. You have separate resource files for each language version. You need to deploy the appropriate resource file based on the language settings of the server. What should you do? A . Create an installer and set the Installer.Context property for each version of your application. B . Create an installer that has a launch condition to verify the locale settings. C . Create an installer that has a custom action to install only location-specific files. D . Create an installer that has an MsiConfigureProduct function to install the appropriate version. Syntax-Softtech2
How to Deploy a project?  2
Difference between asp and asp.net? Accenture3
What is the answer for "Which configuration Tool your using means" ? we have to tell about IIS or .Net Framework or VSS? Give me in brief ? eXensys2
What is SOAP, UDDI and WSDL ? Infosys1
what is mean by framework?  2
Why is it important to maintain session state?  1
If you have to replicate a set of controls(UI) across a number of web pages, what will you do  1
What is custom control. What is the difference between custom control and user control? 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