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?
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 ?
1 What programming model is ASP based on?2 Advantages of using interfaces for data access?3 What does connection.execute,connection.open do?4 set application(”varname”)=session what happens here?5 How do you define disconnected Recordset in ASP?6 If ActiveCommand property not set in ASP what happens?7 Application_start,session_start session_end application_end Is the order important?8 What is 1 mod 2?
Latest Answer: you can include Activex Control using OBJECT tag.Syntax for including Activex control is .. ...
A. It is unique for the web server, whether it is restarted or not. B. Only until the web server is restarted. C. It is like a GUID in that it is for any web server at any time. D. Only until the session
Latest Answer: My answer would be b & d as that is the most closest match ...
A. After every request for an application document, since web servers are stateless servers. B. As soon as there are no open connections to any application document. C. When the web server is stopped in
Latest Answer: C is the correct answer, When the web application is stoped at the web server Application onEnd event is fired !!! ...
A. It sends the browser the line of sample code, and the browser executes it. B. It sends the response to "http://www.matsystems.com" instead of to the Requesting browser. C. It sends a redirection
Latest Answer: Answer is C, This will send a new response back to browser and borwser executes it as a new request ...
What is the Order of precedence for ARITHMETIC Operators. ^, -(negation), *or /, , mod, + or –
<% iPos = Instr("Hello World","r") %> Referring to the above, what is the value of iPos?
A. 0 B. 1 C. 2 D. 8 E. 9
<% Response.Write a %> In the sample code shown above, what will be written to the screen?
A. 1 B. 2 C. 1, 2 D. 1&2 E. Nothing.
View page << Previous 1 2 [3] 4 5 6 7 8 9 10 Next >>

Go Top