Define a variable in asp?
Answer / Ramesh Prasad
A Variable in ASP (Active Server Pages) is a container that holds data for use within the script. It can store any type of data, such as numbers, strings, etc. It's declared using the Dim statement followed by the name and data type.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Global.asa file?
what is the full form MSWC?
What is the maximum size of an array?
How do I save an asp file as a pdf?
what is object in c sharp?
What is ServerVariables collection?
Define asp?
Explain the tags necessary to be present within the tag ?
Explain how big is the data type int in .net?
How many Max Cookies can we create in Server? A. 10 B. 20 C. 30 D. 40
Name the data types which does the rangevalidator control support?
Can I use .net framework components from a com program?