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.
Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Replies
Know the answer? Post it — somebody with the same question will find it here.