InternetUnicodeHTMLCSSScalable Vector Graphics (SVG)Extensible Markup Language (xml)ASP.NetDocument Object Model (DOM)JavaScript ASP ObjectResponse ObjectRequest ObjectServer Object Contents / StaticObjects Draft for Information Only
Content
Application Object
Application ObjectOne of the key functions of Application Object is the application data control on the server. Application.Contents.Remove MethodApplication.Contents.Remove Method removes or deletes an item from the Contents collection of Application object.. Syntax:
Contents.Remove( Or in an ASP file. Imply <% Application.Contents.Remove(id) %> Parameters:id The parameter "id" , a string or an integer, is used to specify the name of the item to be removed. If id is a string, the specified name of the item in the contents collection will be removed. If id is an integer, the corresponding indexed item in the contents collection will be removed. Return Values:void This method has no return values. Remarks:The id can be either a string of an integer. If id is a string, the specified name of the item in the contents collection will be removed. If id is an integer, the corresponding indexed item in the contents collection will be removed. However, the index of the collection will be updated after the removal of an item from the collection. Therefore, better to identify an item by its name. The ASP collection support only the Count property and the Item, Remove, and RemoveAll methods. The Add method is not support and the item is added by declaration. Examples:
Application.Contents.RemoveAll MethodApplication.Contents.RemoveAll Method removes or deletes all item from the Contents collection of Application object.. Syntax:
Contents.RemoveAll( Or in an ASP file. Imply <% Application.Contents.RemoveAll %> Parameters:void This method has no parameters. Return Values:void This method has no return values. Remarks:All items in the Application.Contents collection are removed. Examples:
©sideway ID: 120200040 Last Updated: 2/12/2012 Revision: 0 Ref: References
Latest Updated Links
|
Home 5 Business Management HBR 3 Information Recreation Hobbies 8 Culture Chinese 1097 English 339 Reference 79 Computer Hardware 249 Software Application 213 Digitization 32 Latex 52 Manim 205 KB 1 Numeric 19 Programming Web 289 Unicode 504 HTML 66 CSS 65 SVG 46 ASP.NET 270 OS 429 DeskTop 7 Python 72 Knowledge Mathematics Formulas 8 Set 1 Logic 1 Algebra 84 Number Theory 206 Trigonometry 31 Geometry 34 Calculus 67 Engineering Tables 8 Mechanical Rigid Bodies Statics 92 Dynamics 37 Fluid 5 Control Acoustics 19 Natural Sciences Matter 1 Electric 27 Biology 1 |
Copyright © 2000-2024 Sideway . All rights reserved Disclaimers last modified on 06 September 2019