How to access current request number within the request?

Hello,

(edited - solved)

How to access current request number within the request from .NET Code Behind:

this.CURRENT_REQUEST.Text

If someone would be also interested how to access this value from client-side Javascript:

document.getElementById("CURRENT_REQUEST").textContent;

Regards