|
Related Questions |
View Answer |
|
Which are the advance form techniques?
concept of typecasting variables.
|
View Answer
|
|
We have to count the three letter, four letter and five letter words from a file and print the number of three letter, four letter and five letter words. Delimiter is tab, space, and hifen. ( - )
And we should not consider the line in the file after we encounter # in that line.(ie after # we should not consider the portion of line)
|
View Answer
|
|
How to Insert the records in a database table by using ASP?
|
View Answer
|
|
What is code in asp for Redirect to another page
|
View Answer
|
|
What is the difference between Server.Transfer and response.redirect ?
|
View Answer
|
|
How many types of cookies are available in asp?
|
View Answer
|
|
Name the ASP Objects?
|
View Answer
|
|
What is the maximum size of an array?
|
View Answer
|
|
Can be Arrays resized by using the keyword REDIM?
|
View Answer
|
|
<%@ Language=VBScript %> <%If false then> <!-- #INCLUDE FILE="FunctionOne.inc"--> <%Else> <!-- #INCLUDE FILE="FunctionTwo.inc"--> <%End If> What would the above code load?
|
View Answer
|
|
How are sessions maintained?
|
View Answer
|
|
How to Display images using Response object?
|
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 LANGUAG - 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?
View Answer
|
|
What is the Order of precedence for ARITHMETIC Operators. ^, -(negation), *or /, , mod, + or –
|
View Answer
|
|
<% Response.Redirect("http://www.sql.com") %> What does the above code accomplish?
|
What does the above code accomplish?
- ASP Interview Questions & Answers">
View Answer
|
|
How to include Active x controls in ASP code
|
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
|