Hello all
I have two attributes I would like to assign to the same event:
ddlBuyer.Attributes.Add("onclick", "$('#tbxProdAC').val('');");
ddlBuyer.Attributes.Add("onclick", "$('#txtbxHowMany').val('');");
If I comment one out, the other other works fine. But if I just leave both lines in, only one is fired.
Can someone explain to me the logic behind this and further to that, how I should nest this so that when ddlBuyer executes the onclick event, both txtbxHowMany & tbxProdAC return the value of ''>