Set the value of a hidden field.
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)
- value
- Type: System String
The value ot assign to the hidden field
Remarks
See Also