ASPNET_VirtualUser SetAspNetHiddenField Method C# API
Set the value of a hidden field.

Namespace: TestPlant.ASP_NET
Assembly: ASP.NET (in ASP.NET.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public void SetAspNetHiddenField(
	Url url,
	string id,
	string value
)

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

You should not normally need to call this method, the hidden fields should be populated automatically.
See Also