DataBoundLiteralControl.SetStaticString Method (Int32, String)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Assigns a string value to an array containing static values.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public void SetStaticString(
	int index,
	string s
)

Parameters

index
Type: System.Int32

The position in an array at which to retain the s parameter value.

s
Type: System.String

A String containing the value for the data-bound expression.

.NET Framework
Available since 1.1
Return to top
Show: