NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

BaseValidator.RegisterCompareCommonScript

RegisterCompareCommonScript method. Registers code on the page for type comparisons Derived classes that need the ValidatorCompare function on the client should call this during PreRender;

[Visual Basic]
Protected Sub RegisterCompareCommonScript()
[C#]
protected void RegisterCompareCommonScript();
[C++]
protected: void RegisterCompareCommonScript();
[JScript]
protected function RegisterCompareCommonScript();

See Also

BaseValidator Class | BaseValidator Members | System.Web.UI.WebControls Namespace