#<ControlName>.<PropertyName>#

Usage

Used to reference a specific control property in the current page.

Example

For a Textbox control named Textbox1 with a value of 4, #Textbox1.name# would return Textbox1, and #Textbox1.value# would return 4.