Grazie, sono riuscito a disabilitare il tasto PREV ma non riesco con il tasto NEXT...

codice:
<% if currentPage > 1 then %>
PREV 
<% else %>
PREV 
<% end if %>
| 
<% if currentPage > 1 then %>
NEXT
<% else %>
NEXT
<% end if %>