what is Repeater Control, When it is used,How it is used,
what type of template is used for repeater control?
Answer Posted / amit
According to me when u need some task to done repetedly
Repeater Control is used for exam if u r displaying sevral
product u can use it.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain advantages of caching?
Can we make activex dll also ti execute in some process as that of client ? How can we do?
What are the Types of chaching. How to implement caching
How does asp.net page work?
What is client side state management?
From which base class all web forms are inherited?
How to use multiple scriptmanager controls in a web page?
Hi this is the coding for adding data in to an xml table
i want the coding for update and delete
Try
Dim emp_xml_doc As New XmlDocument
If
System.IO.File.Exists(Server.MapPath("emp.xml")) Then
emp_xml_doc.Load(Server.MapPath("emp.xml"))
Dim myrow_element As XmlElement
myrow_element =
emp_xml_doc.CreateElement("EmpDetails")
Dim str As String
str = "
What are demand-paging and pre-paging?
Can you explain autopostback?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What is master page in dtp?
What are the various ways to send content from one page to another?
Define the term Web Garden?