repeater? any one?

  • Thread starter Thread starter matt \(Ziba\)
  • Start date Start date
M

matt \(Ziba\)

is there any way i can user a repeater with in my c# .NET
application?

apparently there is not one within c# does any one no of
a repeater in any other .Net Language?

or does any one know of a company producing a repeater
component.

are ther any plans for microsoft to include a repeater in
the next release of C#.NET
 
At the risk of sounding less than eruditic...

What does a repeater do?

I'm not familiar with the term.

--- Nick
 
Matt,

there is a Repeater class in System.Web.UI.WebControls namespace and it can
be used in Web applications only. I don't know if there are any third-party
controls that would provide similar behavior, you should investigate a
little.

Regards,
 
Back
Top