Get the value of a hidden field retrieved from a partial ASP.NET form update.
Namespace: TestPlant.ASP_NETAssembly: ASP.NET (in ASP.NET.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Parameters
- url
- Type: Facilita.Web Url
The Url of the ASP.NET page
- id
- Type: System String
The name of the hidden field (e.g. __VIEWSTATE)
Return Value
The value of the hidden fieldSee Also