serious newbie question here ... does this code look familiar to anyone
... I'd assumed it was javascript, but probably I'm wrong.
This is contained in a <form> and doesn't seem to have any corresponding js function.
Is that a .net thing ???
Code:
<span class="page" onmouseover="this.style.background='#f7f7f7'" onmouseout="this.style.background=''" onclick="javascript:__doPostBack('Pager','8')">
8
</span>
This is contained in a <form> and doesn't seem to have any corresponding js function.
Is that a .net thing ???