|
Related Questions |
View Answer |
|
What programming model is ASP based on? Advantages of using interfaces for data access? What does connection.execute,connection.open do? Set application(”varname”)=session what happens here? How do you define disconnected Recordset in ASP? If ActiveCommand property not set in ASP what happens? Application_start,session_start session_end application_end Is the order important? What is 1 mod 2?
|
View Answer
|
|
I want to generate a report using a date, i give in a text box, then the report is generated on a new page in asp, but if i want to generate it to Excel file, it will not take the date which I have given in the text box, Why ?
|
View Answer
|
|
How do assign the memo data type in ASP page as variable? and I want to place that variable in HTML's textarea as its value?
|
View Answer
|
|
What are the differences between ASP and ASP.NET and is ASP.NET backward cmpatible to ASP.
|
View Answer
|
|
How to display a word document (.doc) file in HTML page using ASP?
|
View Answer
|
|
What is http header
|
View Answer
|
|
What is the difference between Server-side validation and Client-side validation?
|
View Answer
|
|
<SCRIPT LANGUAGE="VBScript" RUNAT=Server> a = 1 </SCRIPT> <SCRIPT LANGUAGE="VBScript"> a = 2 </SCRIPT> <% Response.Write a %> In the sample code shown above, what will be written to the screen?
|
a = 1 </SCRIPT> <SCRIPT LANGUAGE=" - ASP Interview Questions & Answers">
View Answer
|
|
<% Set Application("Thing") = Server.CreateObject("THINGDOER.thingy") %> The above code appears in the global.asa file. What would it accomplish?
|
Server.CreateObject("THINGDOER.thingy") %> The above - ASP Interview Questions & Answers">
View Answer
|
|
<% iPos = Instr("Hello World","r") %> Referring to the above, what is the value of iPos?
|
Referring to the above, what is the value of iPos? - ASP Interview Questions & Answers">
View Answer
|
|
<% varType = rsTest("field1").type %> In the database table, if the datatype for field1 (shown above) is Number, what is the value of varType?
|
In the database table, if the datatype for field1 (sh - ASP Interview Questions & Answers">
View Answer
|
|
What is the program ID (ProgID) for ActiveX Data Objects in 2-tier and 3-tier database applications?
|
View Answer
|
|
Which choice is NOT an ADO collection?
|
View Answer
|
|
Which will NOT set the scope of an Active Server Component?
|
View Answer
|
|
How to handle Error in ASP
|
View Answer
|
|
<% intA = 3 sStrA = "Hello World" sStrB = "Hello World" + intA Response.Write sStrB %>
What would be the result of the above code?
|
sStrB = "Hello World" + intA Response.Write sStrB
View Answer
|
|
<% intA = 3 sStrA = "Hello World" sStrB = "Hello World" + intA Response.Write sStrB %>
What would be the result of the above code?
|
sStrB = "Hello World" + intA Response.Write sStrB
View Answer
|
|
What happens when a client submits a form which changes the value of an Application variable?
|
View Answer
|
|
ADO is an object model for accessing which of the following?
|
View Answer
|
|
Which of the following are Server Object methods ( Choose Two)
|
View Answer
|