El vie, 14 de 02 de 2003 a las 17:36, dietmar escribi�:
> I want to implement self modifying tables with asp.net, but the attached
> examples does not work. Maybe someone can point me to the right
> solution?
test3.aspx will not work because PreRender is called after event
processing. So the controls added in that stage will never get post
events.
A slightly modified version of test2.aspx is attached and does what you
expect.
-Gonzalo
Title: LinkButton as submit and command
<%@ Page Language="C#" %>