difference between gridview,data list and repeater control
Answer Posted / venkatrami reddy
Gridview:
gridview is a collection of templates like header, bounded,edit ,item ,hyperlink,image fields.using this gridview control we can perform all most all database realations.
Datalist:
datalist is a collection of header template,edit item template,item template and footer templates.By using this control we can select and edit the data.
repeater:
Repeater is a collection of item template,header template and footer template.by comparing the repeater and datalist, in case of performance we prefer to repeater control.
| Is This Answer Correct ? | 13 Yes | 21 No |
Post New Answer View All Answers
Write code to send e-mail from an asp.net application?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What is the file extension of web service?
Explain how dot net compiled code will become platform independent?
What are the layouts of ASP.NET Pages?
What are the differences between clr & cts?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
How many ways are there to maintain a state in .net? What is view state?
How to prepare culture-specific formatting in .net.
What is a windows service?
Explain form level validation and field level validation?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
How is it possible for .NET to support many languages?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?