Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
JavaScript
12.2K+ articles
Software Engineering
2.5K+ articles
Websites & Apps
1.0K+ articles
ASP-Basics
86+ articles
ASP-Properties
70+ articles
ASP-Methods
53 posts
Recent Articles
Popular Articles
ASP Response Object
Last Updated: 29 September 2021
The Response Object is used to send a response to the client request from a server. It has many predefined methods, properties, and collections. It has some methods, prop...
read more
Software Engineering
ASP-Properties
ASP-Methods
ASP-Basics
ASP Delete Method
Last Updated: 31 March 2021
The ASP File.Delete Method is used to delete a particular file or folder from a system. Syntax For file object:FileObject.Delete[(force)]For folder object: FileObject.Dele...
read more
ASP-Methods
ASP-Basics
Websites & Apps
ASP Dictionary.Remove Method
Last Updated: 31 March 2021
The ASP Dictionary.Remove Method is used to remove specified key-value pairs from a Dictionary Object. Syntax:DictionaryObject.Remove(key)Parameter Value:Key: It is a requ...
read more
ASP-Methods
ASP-Basics
Websites & Apps
ASP Dictionary.RemoveAll Method
Last Updated: 31 March 2021
The ASP Dictionary.RemoveAll Method is used to remove all the key-value pairs from a Dictionary Object. Syntax:DictionaryObject.RemoveAll Example Code: Below code demonstr...
read more
ASP-Methods
ASP-Basics
Websites & Apps
ASP Dictionary.Keys Method
Last Updated: 31 March 2021
The ASP Dictionary.Keys Method is used for returning an array of all the keys in a Dictionary Object. Syntax:DictionaryObject.KeysExample Code: Below code demonstrates the...
read more
ASP-Methods
ASP-Basics
Websites & Apps
ASP CreateTextFile() Method
Last Updated: 24 March 2021
The ASP CreateTextFile Method is used to create a new text file in the current folder or directory. It returns a TextStream object that can be used to perform operations o...
read more
ASP-Methods
ASP-Basics
Websites & Apps
ASP Move() Method
Last Updated: 24 March 2021
The ASP Move Method is used to move the specified file or folder to the given destination.Syntax:For File object:FileObject.Move(destination)For Folder object:FolderObject...
read more
ASP-Methods
ASP-Basics
Websites & Apps
ASP Copy() Method
Last Updated: 24 March 2021
The ASP Copy Method is used to copying one specified file or folder from one place to another place. The overwrite attribute can be specified to prevent or allow the overw...
read more
ASP-Methods
ASP-Basics
Websites & Apps
ASP Exists Method
Last Updated: 22 March 2021
The ASP Exists Method is used to return a Boolean value that returns true if the specified key exists, otherwise it returns false.Syntax:DictionaryObject.Exists(key)Parame...
read more
ASP-Methods
ASP-Basics
Websites & Apps
ASP Add Method
Last Updated: 22 March 2021
The ASP Dictionary.Add Method is used to add a new key-value pair to the Dictionary Object.Syntax:DictionaryObject.Add(key, item)Parameters: This method has two parameters...
read more
ASP-Methods
ASP-Basics
Websites & Apps
ASP OpenAsTextStream Method
Last Updated: 22 March 2021
The ASP OpenAsTextStream Method is used to return a TextStream object by opening a specified file. It can be used to perform certain operations on the file.Syntax:FileObje...
read more
ASP-Methods
ASP-Basics
Websites & Apps
ASP OpenTextFile Method
Last Updated: 03 February 2022
The ASP OpenTextFile Method is used to open a specified file. It returns a TextStream object that can be used to read, write and append contents to the File. It is an in-b...
read more
ASP-Methods
ASP-Basics
Websites & Apps
ASP Items Method
Last Updated: 19 March 2021
The ASP Items Method is used to return an array of all the items currently in a Dictionary object.Syntax:DictionaryObject.ItemsExample: The below code demonstrates the ASP...
read more
ASP-Methods
ASP-Basics
Websites & Apps
ASP ShareName Property
Last Updated: 19 March 2021
The ASP ShareName Property is used to return the network share name of the specified drive.Syntax:DriveObject.ShareName Example: The below code demonstrates the ASP Drive....
read more
ASP-Methods
ASP-Basics
Websites & Apps
ASP CreateTextFile Method
Last Updated: 03 March 2021
The ASP CreateTextFile Method is used to create a new Text file in the current Directory It returns a TextStream Object which can be used to read and write the contents to...
read more
ASP-Methods
ASP-Basics
Websites & Apps
1
2
3
4
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !