IT Community - Software Programming, Web Development and Technical Support

How to decide on the design consideration to take a Datagrid, datalist or repeater in

This is a discussion on How to decide on the design consideration to take a Datagrid, datalist or repeater in within the ASP and ASP.NET Programming forums, part of the Web Development category; How to decide on the design consideration to take a Datagrid, datalist or repeater in asp.net?...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > ASP and ASP.NET Programming

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 07-26-2007, 04:04 AM
oxygen oxygen is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 633
oxygen is on a distinguished road
Question How to decide on the design consideration to take a Datagrid, datalist or repeater in

How to decide on the design consideration to take a Datagrid, datalist or repeater in asp.net?
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-26-2007, 04:09 AM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 882
kingmaker is on a distinguished road
Send a message via Yahoo to kingmaker
Default Re: How to decide on the design consideration to take a Datagrid, datalist or repeate

Many make a blind choice of choosing datagrid directly, but that's not the right way.
Datagrid provides ability to allow the end-user to sort, page, and edit its data. But it comes at a cost of speed. Second the display format is simple that is in row and columns.Real life scenarios can be more demanding that.
With its templates, the DataList provides more control over the look and feel of the displayed data than the DataGrid. It offers better performance than datagrid
Repeater control allows for complete and total control. With the Repeater, the only HTML emitted are the values of the databinding statements in the templates along with the HTML markup specified in the templates—no "extra" HTML is emitted, as with the DataGrid and DataList. By requiring the developer to specify the complete generated HTML markup, the Repeater often requires the longest development time. But repeater does not provide editing features like datagrid so everything has to be coded by programmer. However, the Repeater does boast the best performance of the three data Web controls. Repeater is fastest followed by Datalist and finally datagrid
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Which is the best among DataList,Repeater and GridView and Why? poornima ASP and ASP.NET Programming 2 03-14-2008 08:44 PM
Difference between DataList and Repeater? poornima ASP and ASP.NET Programming 10 01-25-2008 03:32 AM
What is the difference between repeater over datalist and datagrid? anbuchezhians VB.NET Programming 5 11-22-2007 04:44 AM
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services Arun ASP and ASP.NET Programming 1 08-09-2007 07:56 AM
when designing architecture for a project how to decide whether we should use... oxygen Java Programming 1 07-26-2007 04:47 AM


All times are GMT -7. The time now is 08:58 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0