Hi all,
I want to get the running Page ID or Page name from the Code!!
Is there any function or method to get it??? please help me
Hi all,
I want to get the running Page ID or Page name from the Code!!
Is there any function or method to get it??? please help me
Did you try
CurrPage.OBJECTID; //Returns Page Name
CurrPage.OBJECTID(FALSE); //Returns Page Number…
Thanx Mohana it works