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


Please Help Members By Posting Answers For Below Questions

How does exception management works in ASP.NET?

868


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?

1741


Describe the difference between inline and code behind - which is best in?

781


14. What are your Future Plans for Swatz Oils GROUP U.K?

1968


what are the ihttphandler and ihttphandlerfactory interfaces ?

737


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 = "" & TxtEmpId.Text & "" & _ "" & TxtName.Text & "" & _ "" & TxtSalary.Text & "" myrow_element.InnerXml = str emp_xml_doc.DocumentElement.AppendChild(myrow_element) emp_xml_doc.Save(Server.MapPath("emp.xml")) Response.Write("Record Saved") Dim ds As New DataSet ds.ReadXml(Server.MapPath("emp.xml")) GridView1.DataSource = ds GridView1.DataBind() Else Response.Write("File does not exist.") End If Catch ex As Exception Response.Write(ex.ToString) End Try *********************** this is the xml file 100 xxx 2000 yyy dddd 77777 rrrr rrrr 6666 qaqa sini 50000 errrrrrrrr rrrrrrrrr 677777 rrr rrr 33

1943


For which does this Codebehind="MyCode.aspx.cs" is relevent to ?

824


List the events in page life cycle.

747


What is the asp.net mvc folder conventions? : asp.net mvc

654


Explain Authentication mechanism in dotnet

811


Write some code using interfaces, virtual methods, and an abstract class`

1835


Explain the difference between webfarm and webgardens in .net?

736


How to create multi language website in asp.net mvc? : Asp.Net MVC

699


What is the use of placeholder control? Can we see it at runtime?

820


To wrap up a call to a Web service the standard used is..?

745