difference between gridview,data list and repeater control
Answer Posted / trimurthy
1.we are selecting ,updating from database in gridview and
also insering by using footer row and paging in gridview.
2we are create multiple column table,where each cell is a
separate record in data list.
3.It does not support selection and editing in repeater.
Is This Answer Correct ? | 37 Yes | 17 No |
Post New Answer View All Answers
How does exception management works in ASP.NET?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
Describe the difference between inline and code behind - which is best in?
14. What are your Future Plans for Swatz Oils GROUP U.K?
what are the ihttphandler and ihttphandlerfactory interfaces ?
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 = "
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
List the events in page life cycle.
What is the asp.net mvc folder conventions? : asp.net mvc
Explain Authentication mechanism in dotnet
Write some code using interfaces, virtual methods, and an abstract class`
Explain the difference between webfarm and webgardens in .net?
How to create multi language website in asp.net mvc? : Asp.Net MVC
What is the use of placeholder control? Can we see it at runtime?
To wrap up a call to a Web service the standard used is..?