DelegateValidationControl.RenderInputFormValidationErrorBeforeMessage Method
This member is reserved for internal use and is not intended to be used directly from your code. Renders the HTML required to display the validation error message on an input form.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Shared Sub RenderInputFormValidationErrorBeforeMessage ( _
output As TextWriter, _
strColumnSpan As String _
)
'Usage
Dim output As TextWriter
Dim strColumnSpan As String
DelegateValidationControl.RenderInputFormValidationErrorBeforeMessage(output, _
strColumnSpan)
public static void RenderInputFormValidationErrorBeforeMessage(
TextWriter output,
string strColumnSpan
)
Parameters
- output
Type: System.IO.TextWriter
The TextWriter object that receives the HTML.
- strColumnSpan
Type: System.String
The String value that indicates the value of the column span attribute of the input form table cell that contains the table used to display the validation error message.
Remarks
This method renders the HTML that begins the table used to display the validation error message on an input form.
See Also
Reference
DelegateValidationControl Class