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
 
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
 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 ?    1 Yes 0 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 ?    0 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 ?    0 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 ?    0 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 ?    0 Yes 0 No
Srini
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
What is the difference between Debug.Write and Trace.Write? When should each be used?  1
Explain what a diffgram is and a good use for one? Syntax-Softtech1
To call a Web service SOAP which transport protocol you use?  2
Where do you store the information about the user?s locale?  1
What event fired during, when datagrid click?  1
What?s a bubbled event?  1
Webconfig file is cofiguration of server or browser? Wipro9
One application have three forms for registration .submit button is at third form.after filling three forms only u have to click submit button.After clicking the submit button all the values in first,second& third form saved on sql server.how to handle this situation . TCS3
What is role manager work in web.config? how to restrict perticular pages from the users using the role manager? Infosys1
What is CTE in sql server 2005? Minecode2
What are the types of assemblies and where can u store them and how a private assembly is used only by a single application, and is stored in that application's install directory (or a subdirectory therein)? Accenture1
In C#.net application is run on linux michine  1
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
Where can we set the specific variables for a application and Session objects ?  2
What is the difference between User Controls and Master Pages IntraLogic6
what is the difference between this.controls and page.form1.controls and me.controls? FactorH2
what is satellite assembly in .net?  3
Types of values mode can hold session state in Web.Config? Accenture6
Can session variables be accessed from code-behind? Microsoft2
Difference between ASP Session and ASP.NET Session?  1
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
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