Sometimes we need to display multiple records in a
row. For example we need to display image details and
image for a image viewer application.
For that we could not use datagrid. Because it cannot
display more than one record in a row.
The Asp.NET 1.1 and 2.0 provides other called datalist.
Which provides this functionality very easily.
It contains two properties called 'RepeatColumns'
and 'Repeat Direction'.
'Repeat Column'- Sets how much records we need to display
in a row.
'Repeat Direction' -Sets the repeat direction
i.e. Horizontal or Vertical.
With the help of this properties one can easily
display more than one record in one row.
For more details regarding the datalist please visit:
http://msdn.microsoft.com/
or
http://www.syncfusion.com/FAQ/aspnet/WEB_c14c.aspx#q300q
Happy Programming...
Thursday, August 3, 2006
0 comments:
Post a Comment
Your feedback is very important to me. Please provide your feedback via putting comments.