Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
HTML
4.1K+ articles
GBlog
2.9K+ articles
Software Engineering
2.0K+ articles
Websites & Apps
1.2K+ articles
Web Tech
192+ articles
ASP-Properties
70+ articles
ASP-Methods
53+ articles
VB.NET
6+ articles
Website & Apps
1+ articles
ASP-Basics
86 posts
Recent Articles
Difference between ScriptManager and ScriptManagerProxy
Last Updated: 23 July 2025
In ASP.NET, managing client script files can be a complex and time-consuming task. This is where the 'ScriptManager' and 'ScriptManagerProxy' controls come in handy. They ...
read more
JavaScript
Web Technologies
Picked
ASP-Basics
Difference Between ASP.NET and VB.NET
Last Updated: 23 July 2025
ASP stands for Active Service Pages. ASP.NET is an open-source, server-side scripting web application designed for web development to produce dynamic web pages. It was dev...
read more
GBlog
ASP-Basics
VB.NET
ASP Application Object
Last Updated: 27 January 2022
What is an Application?An Application is a group of two or more ASP files that use to work together to perform a particular task is called an Application. Similarly, An AS...
read more
ASP-Basics
Websites & Apps
ASP Request.QueryString Collection
Last Updated: 23 July 2025
The ASP Request.QueryString Collection is used to get the value of the variable that will be stored in the HTTP query string from the URL. The Query string is a part of t...
read more
Software Engineering
ASP-Basics
Why to Use ASP.NET Server Controls in Place of HTML Controls?
Last Updated: 23 July 2025
Basically HTML controls are client side controls and ASP.NET controls are server side controls.We prefer ASP.NET controls as our web controls. As with the HTML controls we...
read more
C#
TrueGeek
TrueGeek-2021
ASP-Basics
ASP Request Object
Last Updated: 29 October 2021
The ASP Request Object is used to retrieve the information from the client browser. The Request Object is used when the client wants to request for a particular page from ...
read more
Software Engineering
ASP-Basics
ASP Response Object
Last Updated: 23 July 2025
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 ASPError Object Properties
Last Updated: 31 March 2021
ASP Code: The ASPCode is used for returning the string value which determines the error code that would be generated by the IIS server. This Property applies to Error Obje...
read more
ASP-Properties
ASP-Basics
Websites & Apps
ASP Name Property
Last Updated: 10 May 2025
The ASP Name Property is used for returning and setting the name of a specified file or Folder. Syntax:For File Object:FileObject.Name[=newname]For Folder Object: FolderOb...
read more
ASP-Properties
ASP-Basics
Websites & Apps
Website & 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 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 Delete Method
Last Updated: 23 July 2025
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 DateLastAccessed Property
Last Updated: 31 March 2021
The ASP DateLastAccessed Property is used to get the date and time when the particular file or folder is last access on the system.Syntax:For file Object:FileObject.DateLa...
read more
ASP-Properties
ASP-Basics
Websites & Apps
ASP size Property
Last Updated: 31 March 2021
The ASP size property is used to return the size of the specified file or folder. It returns the value in terms of bytes.Syntax:For file Object:FileObject.Size For folder ...
read more
ASP-Properties
ASP-Basics
Websites & Apps
1
2
3
4
5
6