Revision number 2, Tuesday, August 18, 2009 4:13:45 PM by hajan
You must Login to comment.
|
Mon, Aug 10, 2009 4:16 AM
by hajan
|
Repeater is one of the controls that I use the most! It gives me a lot of flexibility to do things on my own way without a lot of limitation.
|
|
Mon, Aug 10, 2009 5:15 AM
by sangam100
|
The most important feature of Repeater control is: it is lightweight, i.e. it does not generate extra markup unlike Gridview and DataGrid controls. So Repeater is the most useful, performance friendly asp.net data control.
|
|
Tue, Aug 11, 2009 3:38 AM
by akmsaeea
|
Best article...
|
|
Fri, Aug 14, 2009 8:14 AM
by csharppointer
|
good one
|
|
Wed, Aug 19, 2009 1:57 AM
by susain
|
Is Repeater has same functionality like GridView?
|
|
Thu, Aug 20, 2009 8:39 AM
by sureshkumar.gundala
|
Nice article
|
|
Fri, Jul 23, 2010 8:08 PM
by MyHeadHurts
|
If you are trying to bind data to a textbox wrapped within a repeater, the repeaters visibility cannot be set as hidden otherwise the data will not be binded and an error will occur.
|
Revision #9
Mon, Sep 10, 2012 3:21 PM
by
|
Data-centric UI Controls
Both the GridView and ListView areimportant Data Controls in Visual Studio 2008. Scott Guthrie has a great introduction that uses the ListView Control. He builds a product catalog from scratch with complete control over the CSS and HTML. Editing, Inserting
|
Revision #2
Sat, Nov 24, 2012 12:15 PM
by
|
Developer Guidelines
Things to be taken care by developers while writing code or designing different layers Presentation Layer: Choose your UI elements carefully Optimize Viewstate State management should be effective and optimized well Well Managed Caching Reduce round trips
|
Revision #2
Mon, Jun 27, 2011 12:39 PM
by
|
ListView
Some people think that the ListVew is a better Repeater and is one the best new additions to Visual Studio 2008. Blogs/Articles Using the ListView Control in ASP.NET 3.5: Mustafa Basgun has also written some great articles that drill into the new ListView
|