No, the article is correct, the repeater is derived from the base Web.UI.Control class...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWebUIWebControlsRepeaterClassTopic.asp While the DataGrid is derived from System.Web.UI.WebControls.WebControl which is also derived from Web.UI.Control class... http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWebUIWebControlsRepeaterClassTopic.asp However, that is off topic, to add a button to repeater, all you need to do is add it to the ItemTempate. here's a basic intro to working with the Repeater http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbtskaddingrepeatertowebformspage.asp On Apr 6, 2005 9:46 AM, indyjish <[EMAIL PROTECTED]> wrote: > > > Thanks for the help! > > To confuse matters even more, I found out that this is not a datagrid, > but instead it is a repeater. I've been googling for Repeaters in > ASP, and I found this article, which confuses me: > > http://aspnet.4guysfromrolla.com/articles/052103-1.2.aspx > > It confuses me because it says that Repeaters are not derived from the > WebControl class, but the Repeater I'm dealing with very clearly *is* > derived from the WebControls class. > > Anyone know an easy way to add a button or link to each record in a > repeater? > > Thanks, > --Josh > > > Yahoo! Groups Links > > > > > -- Dean Fiala Very Practical Software, Inc http://www.vpsw.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
