i think u got my question with my subject
i am dynamically generating checkboxes from my database depending on some field. i am assigning value for those too.
now i want to work with "click" event on that checkboxes
my statement is
<input id='chk' runat='server' value='" & ds.tables(0).rows(i).item(supp_id) & "' onclick = chk_serverclick>"
i wrote that function in code behind file in
vb.net. But it is not working.
is that function should be written else where in java script?
i want clarification about this issue
reply me