Click or drag to resize
Misc Class
Miscellaneous utilities class
Inheritance Hierarchy
SystemObject
  ToolBooxMisc

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static class Misc

The Misc type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDetectMobileDevice
Detect if the current device is a mobile device
Public methodStatic memberFindControlRecursive
Find a control object by the ID property
Public methodStatic memberGenerateConnectionString
Create connection string from sql parameters
Public methodStatic memberGetActiveHttpModules
Get a string's list of current active HTPP modules on server (by web.config configuration)
Public methodStatic memberGetCurrentIP
Get the current IP of the visitor
Public methodStatic memberGetEnumDescriptionT
Public methodStatic memberGetXMLDocument
Open a remote XML file with HttpWebRequest
Public methodStatic memberPingSearchEngines
Ping online services of main search engine (Google, Bing, Yahoo, ASK)
Public methodStatic memberW3CValidate
Validate an url string by the W3C online validation tool
Top
See Also