F
FredZimmerman
How do I dynamically generate <ASP:button> controls for a repeating
recordset (using reader with while loop).
Each row would have ASP:Button and CommandName="sameFunctionForAll()"
CommandArgument=reader["ProductID"].ToString()
I'm not at all sure how to tackle this.
I have page that contains embedded .ASCX. The buttons would be
displayed within the embedded web user control.
Thanks.
F.Z.
recordset (using reader with while loop).
Each row would have ASP:Button and CommandName="sameFunctionForAll()"
CommandArgument=reader["ProductID"].ToString()
I'm not at all sure how to tackle this.
I have page that contains embedded .ASCX. The buttons would be
displayed within the embedded web user control.
Thanks.
F.Z.