私はasp.netで1つのデータリストを持っています
私はVBでASPを使用しています
今私のコードは、次のとおりです
<table border="0" cellpadding="0" cellspacing="0" >
<tr>
<td>
Question Number:
Cust_id:
Question:
Time:
all this in datalist as you can see
so it will be repeated..
i have put one image in it
now i want call a method when any image will be clicked
i make one sub called s() in vb
i want to call it
i use on clientclick() event but doesn't work
what to do?