Spread for ASP.NET 10 Product Documentation
RemoveFormula Method
Example 


The control ID (server side only)
Removes a control formula.
Syntax
'Declaration
 
Public Sub RemoveFormula( _
   ByVal controlId As String _
) 
'Usage
 
Dim instance As FormulaExtender
Dim controlId As String
 
instance.RemoveFormula(controlId)
public void RemoveFormula( 
   string controlId
)

Parameters

controlId
The control ID (server side only)
Example
This example removes the formula from the text box.
FormulaExtender1.RemoveFormula("textBox1");
FormulaExtender1.RemoveFormula("textBox1")
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

FormulaExtender Class
FormulaExtender Members

 

 


Copyright © GrapeCity, inc. All rights reserved.