asp.net - The name 'ActionIcon' does not exist in the current context but it is -
i got error code saying @ actionicon not exist in current context, pretty sure is....here code behind
what doing wrong?
`
<a class="linkbuttonbluesmall" name="approvebtn" onclick="changeone('approve','<%#actionicon.clientid %>');"> approve</a> <a class="linkbuttonorangesmall" name="rejectbtn" onclick="changeone('reject', '<%#actionicon.clientid %>');"> reject</a> <a class="linkbuttonmutedsmall" name="clearbtn" onclick="changeone('clear', '<%#actionicon.clientid %>');"> clear</a> </span> </td>`
asp.net listview
No comments:
Post a Comment