System.Web.UI Namespace Page Class
Sets or retrieves an identifier for a particular instance of the Page class.
Script |
Page.ID = [ strID ] |
The programmatic identifier assigned to the page.
Setting this property on a page provides programmatic access to the page's properties, methods, and events.
NOTE: Including spaces in this property will cause an ASP.NET page parser error.
Page Members