Hi All,

I'm trying to learn how to use Custom Controls in ASP.NET . . . In
regards to this I have a Custom Control that renders an HTML Table in
the RenderContents Event.  I've populated the table with a couple of
LinkButton Controls at runtime and populated the rows/cells of the
table with data.  However, I'm having trouble referring to the data in
the table rows/cells at runtime within the LinkButton Click Events
that I've created at runtime.  Can anyone explain to me how to do
this?  In the RenderContents Event I did create two attributes that
created an ID and runat="server" attributes for the table.

Your help is much appreciated,

Pete

Reply via email to