Answer Posted / guest
Arrays are variables that store items of similar
information.DIM ARRAY1(4)
(declares an array with the name array1 with 5 elements)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do I open aspx files on android?
Can .net framework components be used from a com program?
Define managed code?
What are the differences between asp and asp.net and is asp.net backward compatible to asp?
Define application-scope?
What are the attributes of the tags?
What is the difference between a namespace and an assembly name?
Name the two properties which are common in every validation control?
How do I open an asp file in excel?
what are web handlers?
Define an application domain?
What are server-side includes?
how to add master page in aspx page that is design before master page....
What options are available to deploy my .net applications?
Write a program in ASP that connect with "Employee" Database and Select all records from "Emp" table and shown in tabular form.