What should the developer use in order to have an Active
Server Page (ASP) invokes a stored procedure on a SQL
Server database?
A. ADO
B. RDO
C. RDS
D. OLEDB
E. None of the above.
Define managed code?
What does Server.MapPath do?
What's the Difference between DSN and DSN Less connection?
What is the command to display characters to the HTML page?
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.
Name the control which would you use if you needed to make sure the values in two different controls matched?
how we can establish the connectivity between front end and backend?(asp as front end and c# as back end)
What is the order of execution for an ASP application?
How do you initialize a two-dimensional array that you don't know the dimensions of?
What happens to a html page in asp?
Whats the difference between struct and class in c#?
What are the advantages of Cookies over Session Object?