What are Constants? How will you declare a constant?
Answer / guest
Constants have values that do not change during the
execution of the program. It can be declared using the term
CONST. (e.g.) Const pi = 3.143
| Is This Answer Correct ? | 1 Yes | 0 No |
Define a scripting language?
What is aspx used for?
Explain what inheritance is and an example of when you might use it?
Why asp is used?
How do I change a aspx file to a pdf?
Define querystring collection?
How You Can use Dropdownlist with in Data Grid .DropDownlist having data from Database?
Define request object?
What is aspx format?
Write code for the following in ASP a)Display attributes of a file b) File copy c) get disk capacity.
What is the result of using Option Explicit? A. This applies only to Visual Basic, not VBScript. B. All variables must be dimensioned before use. C. All variables are dimensioned at run-time. D. Forces all SELECT controls to have a SELECTED option. E. Requires all variables be cast as specific DataTypes.
What does asp stand for in technology?