0
Reply

Triggering Event Problem

scralatchtica13

scralatchtica13

Jul 13 2006 11:19 PM
1.6k
Hi, I'm creating a table on runtime, like: strHTML += "
; Response.Write(strHTML); then inside a I have a button: here's the button event on the server side: protected void btnQtyNeeded_button1Click(object sender, EventArgs e) { } my problem is that the event is not triggering whenever i clicked the button. but if the button is not within the table, it is working. I even try putting runat="server" to and but still it's not working. what's the cause of these? what is/are possible solution(s). thanks.