Explain the tags necessary to be present within the tag ?
Answer / Ajay Vikram
The <form> tag in ASP requires at least one 'action' attribute (specifying the script file to process form data) and one 'method' attribute (specifying whether to use GET or POST).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the maximum size of an array in asp?
What is a Web Server?
Define html (hypertext markup language)?
What is asp language?
Define a dictionary object?
Using VBScript, which of the following Scripting Object(s) is NOT available from scrrun.dll? A. TextStream B. Dictionary Object C. Err Object D. FileSystemObject E. All are available from scrrun.dll.
Name the methods by which output stream is controlled?
What does active server pages look like?
Explain how do you initiate a string without escaping each backslash?
Tell me about Dictionary Object?
What is Server Object?
Explain what are the methods in session object in asp?