Is it possible to call a server method in a rule ?? Like this:
<csr:RULE name="RecNav" match="RecNav" empty>
<csr:ACTION>
<TD><img src='../images/go_forward.gif' OnClick="#server(..GoForward(1))#"></TD>
</csr:ACTION>
</csr:RULE>
Where should this "GoForward()" method exist ?
