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  >>  Dot Net  >>  Dot Net AllOther
 
 


 

 
 Dot Net Framework interview questions  Dot Net Framework Interview Questions
 Dot Net Remoting interview questions  Dot Net Remoting Interview Questions
 Dot Net WindowsForms interview questions  Dot Net WindowsForms Interview Questions
 Dot Net General interview questions  Dot Net General Interview Questions
 Dot Net AllOther interview questions  Dot Net AllOther Interview Questions
Question
how do create a repeater
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: how do create a repeater
Answer
# 1
by using repeater control in .net
 
Is This Answer Correct ?    1 Yes 0 No
Kalaikarthikaug18
[Apollo Hospitals Enterprise Ltd]
 
  Re: how do create a repeater
Answer
# 2
Repeater is a dataControl like GridView and Datalist but it
need more manipulation to create it.by the below code u
can design Repeater in tabular format and give data through
sqldatasource or coding. it all up to u. 




<asp:Repeater ID="Repeater1" runat="server">
        
        <HeaderTemplate>
        <table>
        <tr><td>empid</td><td>empname</td></tr>
        </table>
        </HeaderTemplate>
        <ItemTemplate>
        <table>
        <tr>
        <td>
        <asp:Label ID="Label1" runat="server"
Text='<%#Eval(empid) %>'></asp:Label>
        </td>
        <td><asp:Label ID="Label2" runat="server"
Text='<%#Eval(empid) %>'></asp:Label></td>
        </tr>
        </table>
        </ItemTemplate>
        
        </asp:Repeater>
 
Is This Answer Correct ?    0 Yes 0 No
Nazrul.nazi
[Usher Infotech]
 
 
 

 
 
 
Other Dot Net AllOther Interview Questions
 
  Question Asked @ Answers
 
The maximum report processing jobs limit configured by your system administrator has been reached.How I can Solve this problem when i using crystal report to load from my application.  2
What does the "EnableViewState" property do? Why would I want it on or off?  1
what is the need of vss to developer?  1
3. Should validation (did the user enter a real date) occur server-side or client-side? Why?  3
What is ITIL? What is the use of ITIL and how it works? IBM1
does .NET support multiple inheritance ? Ness-Technologies10
what is web service?  1
while developing a asp.net 2.0 ajax application how to maitain and check the ACID property for each transaction Aviva2
Which tool you will use to deploy a windows service Fulcrum-Logic1
What is the main Difference Between .Net 2003 and .Net 2005.and also Asp1.1,Asp2.0 and Asp3.0 Satyam4
Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?  1
what is authentication and authorization?how do they differ? Six-Sigma2
how to find the 2nd higgest salary in the column for example take table name is employee? And also find bottom 2nd lowest salary ? GeoTechnology6
How many types of assemblies are there in the visual studio.net? Six-Sigma1
Difference between abstract class and interface HCL31
When should you use Abstract Class vs Interface while programming? Give 1 Example T3-Softwares2
Navigation controls in ASP.net,explain each control in brief? Six-Sigma1
How many types of languages does .net support? name at least 10-15? Six-Sigma7
what is meant by language interoperability and language integration? Six-Sigma1
Explain in-proc,out-proc and sql server. Ness-Technologies3
 
For more Dot Net AllOther 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